(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/Makefile between version 1.48 and 1.49

version 1.48, 2008/09/02 17:37:16 version 1.49, 2008/10/01 17:01:31
Line 36 
Line 36 
 include $(ROOT)/env_var.status include $(ROOT)/env_var.status
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
   ## Include mu in the clean structure
   ## This required because mu is not part of the hiearchial build
   ##structure.  It is built with the buildmu target.  Adding this
   ## variable allows it to be cleaned with the normal clean target.
   RECURSE_EXTRA_CLEAN_DIRS += src/utils/mu
   
 # This is a recurse make file # This is a recurse make file
 # Defines subdirectories to go to recursively # Defines subdirectories to go to recursively
  
Line 225 
Line 231 
 # #
 #--------------------- #---------------------
 # buildmu target: build mu the make utility that among other things # buildmu target: build mu the make utility that among other things
 #                 includes depend  # includes a depend implementation. This is a separate target because
   # it must be build before anything else and before the depend target is used
   # on some platforms. Note that mu is not used on all platforms.
   #
 buildmu: FORCE buildmu: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/mu -f Makefile         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/mu -f Makefile
  


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2