(file) Return to Makefile CVS log (file) Jump to this file's LXR Page (dir) Up to [CENS] / emstar

Diff for /emstar/Makefile between version 1.52 and 1.53

version 1.52, 2005/09/25 06:11:29 version 1.53, 2005/10/27 00:15:23
Line 12 
Line 12 
 ## Sets user-modifiable variables ## Sets user-modifiable variables
 ## e.g. enable TOS, Kernel, native kernel headers, etc ## e.g. enable TOS, Kernel, native kernel headers, etc
 include Make.conf include Make.conf
   ifeq ($(strip $(USE_CONFIGURE)), 1)
   include config.make
   endif
  
 ##  USE_DEVFS.  This flag causes the FUSD kernel module to build with ##  USE_DEVFS.  This flag causes the FUSD kernel module to build with
 ##  devfs support.  DevFS seems to have race conditions and we do not ##  devfs support.  DevFS seems to have race conditions and we do not
Line 124 
Line 127 
 endif endif
  
 CFLAGS  += -Wall -Werror -I. $(GLIB_CFLAGS) -I$(INCDIR) -DCVSTAG=\"$(CVSTAG)\" CFLAGS  += -Wall -Werror -I. $(GLIB_CFLAGS) -I$(INCDIR) -DCVSTAG=\"$(CVSTAG)\"
   ifdef HAVE_GCC_4
   CFLAGS += -Wno-pointer-sign
   endif
 KCFLAGS += -DCVSTAG=\"$(CVSTAG)\" KCFLAGS += -DCVSTAG=\"$(CVSTAG)\"
 CXXFLAGS += -Wall -Werror -I. $(GLIB_CFLAGS) -I$(INCDIR) -DCVSTAG=\"$(CVSTAG)\" CXXFLAGS += -Wall -Werror -I. $(GLIB_CFLAGS) -I$(INCDIR) -DCVSTAG=\"$(CVSTAG)\"
  
Line 167 
Line 173 
 clean: clean:
         rm -rf ./$(OBJDIR)/$(BUILDDIR)         rm -rf ./$(OBJDIR)/$(BUILDDIR)
         rm -f $(ALL_TARGETS) $(RULES)         rm -f $(ALL_TARGETS) $(RULES)
           rm -f config.make
  
 # strip target: strips all binaries other than kernel modules # strip target: strips all binaries other than kernel modules
 strip: default-targets strip: default-targets
Line 268 
Line 275 
 #       @/usr/sbin/fusdd #       @/usr/sbin/fusdd
         @echo "Now as root, just run /usr/sbin/fusdd"         @echo "Now as root, just run /usr/sbin/fusdd"
  
   config.make:
           @echo "Building config.make"
           perl htosh.pl


Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2