(file) Return to config.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config.mak between version 1.211.10.2 and 1.215

version 1.211.10.2, 2013/08/15 06:25:27 version 1.215, 2014/03/24 19:58:33
Line 33 
Line 33 
 ## ##
 ################################################################################ ################################################################################
  
 ifndef ROOT  #PEGASUS_ROOT is mandatory currently
   ifdef PEGASUS_ROOT
     ifeq ($(wildcard $(PEGASUS_ROOT)),)
       $(error PEGASUS_ROOT = $(PEGASUS_ROOT) is incorrect, \
         Did you meant to set it to $(CURDIR)?)
     endif
     ROOT =  $(subst \,/,$(PEGASUS_ROOT))     ROOT =  $(subst \,/,$(PEGASUS_ROOT))
   else
     $(error PEGASUS_ROOT environment variable undefined)
 endif endif
  
   
 ifdef PEGASUS_ENVVAR_FILE ifdef PEGASUS_ENVVAR_FILE
     include $(PEGASUS_ENVVAR_FILE)     include $(PEGASUS_ENVVAR_FILE)
 else else
Line 49 
Line 57 
     $(error PEGASUS_HOME environment variable undefined)     $(error PEGASUS_HOME environment variable undefined)
 endif endif
  
 ifdef PEGASUS_ROOT  
     ROOT =  $(subst \,/,$(PEGASUS_ROOT))  
 else  
     $(error PEGASUS_ROOT environment variable undefined)  
 endif  
  
 ifdef PEGASUS_TMP ifdef PEGASUS_TMP
     TMP_DIR = $(subst \,/,$(PEGASUS_TMP))     TMP_DIR = $(subst \,/,$(PEGASUS_TMP))
Line 1494 
Line 1497 
 ## ##
 ##============================================================================== ##==============================================================================
 ifndef PEGASUS_ENABLE_PROTOCOL_WEB ifndef PEGASUS_ENABLE_PROTOCOL_WEB
   PEGASUS_ENABLE_PROTOCOL_WEB = false    PEGASUS_ENABLE_PROTOCOL_WEB = true
 endif endif
  
 ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB),true) ifeq ($(PEGASUS_ENABLE_PROTOCOL_WEB),true)


Legend:
Removed from v.1.211.10.2  
changed lines
  Added in v.1.215

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2