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

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

version 1.214, 2014/03/11 03:54:55 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))


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2