(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.60 and 1.61

version 1.60, 2006/02/20 16:59:09 version 1.61, 2006/02/20 19:06:18
Line 33 
Line 33 
 OBJDIR := obj.$(ARCH) OBJDIR := obj.$(ARCH)
  
 # passing target commands down.. is there a better way? # passing target commands down.. is there a better way?
   # the default target
   .DEFAULT default:  config.make
           @$(MAKE) -f Makefile.main
   
 strip:  config.make strip:  config.make
         @$(MAKE) -f Makefile.main strip         @$(MAKE) -f Makefile.main strip
  
Line 42 
Line 46 
 install-fusd:  config.make install-fusd:  config.make
         @$(MAKE) -f Makefile.main install-fusd         @$(MAKE) -f Makefile.main install-fusd
  
 # the default target  
 .DEFAULT default:  config.make  
         @$(MAKE) -f Makefile.main  
   
 clean: clean:
         if [[ ! ( . -ef ./$(OBJDIR) ) ]] ; then rm -rf ./$(OBJDIR) ; fi         if [[ ! ( . -ef ./$(OBJDIR) ) ]] ; then rm -rf ./$(OBJDIR) ; fi
 ifeq ($(strip $(IS_NATIVE)), 1) ifeq ($(strip $(IS_NATIVE)), 1)


Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CENS CVS Mailing List
Powered by
ViewCVS 0.9.2