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

Diff for /pegasus/Makefile between version 1.54.2.2 and 1.54.2.3

version 1.54.2.2, 2013/07/20 18:32:34 version 1.54.2.3, 2014/03/12 22:34:58
Line 128 
Line 128 
         $(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 289 
Line 290 
 # #
 setupdevserver: FORCE setupdevserver: FORCE
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run         $(MAKE) --directory=$(PEGASUS_ROOT)/src/Server -f Makefile install_run
   ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB), true)
           -$(MAKE) -f Makefile.webAdmin setupwebadmin
   endif
         @$(ECHO) "PEGASUS Development Server Runtime Environment configured "         @$(ECHO) "PEGASUS Development Server Runtime Environment configured "
  
 cleandevserver: FORCE cleandevserver: FORCE
Line 354 
Line 358 
  
 rootbundle: rootbundle:
         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile         $(MAKE) --directory=$(PEGASUS_ROOT)/src/utils/cnv2rootbundle -f Makefile
   
 # DO NOT DELETE # DO NOT DELETE


Legend:
Removed from v.1.54.2.2  
changed lines
  Added in v.1.54.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2