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

Diff for /pegasus/Makefile between version 1.57 and 1.57.10.1

version 1.57, 2013/06/11 11:18:26 version 1.57.10.1, 2013/09/18 05:31:15
Line 105 
Line 105 
         $(USAGE)"testusage2          - TestMakefile usage2"         $(USAGE)"testusage2          - TestMakefile usage2"
         $(USAGE)"stresstests         - Runs the default stresstests"         $(USAGE)"stresstests         - Runs the default stresstests"
         $(USAGE)         $(USAGE)
           $(USAGE)"webadmin            - build/config webadmin"
           $(USAGE)
         $(USAGE)"--------------------"         $(USAGE)"--------------------"
         $(USAGE)"Quick start:"         $(USAGE)"Quick start:"
         $(USAGE)"  After checkout of new tree:"         $(USAGE)"  After checkout of new tree:"
Line 128 
Line 130 
         $(USAGE)"  After \"cvs update\" or to start over: make new world"         $(USAGE)"  After \"cvs update\" or to start over: make new world"
         $(USAGE)         $(USAGE)
  
   
 listplatforms: FORCE listplatforms: FORCE
         $(USAGE)         $(USAGE)
         $(USAGE)"The $(words $(VALID_PLATFORMS)) valid platforms are:"         $(USAGE)"The $(words $(VALID_PLATFORMS)) valid platforms are:"
Line 354 
Line 357 
  
 rootbundle: rootbundle:
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile
   
   webadmin: FORCE
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB), true)
           $(MAKE) -f Makefile.webadmin copy_webadmin_directory
   endif
 # DO NOT DELETE # DO NOT DELETE


Legend:
Removed from v.1.57  
changed lines
  Added in v.1.57.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2