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

Diff for /pegasus/mak/TaskMakefile between version 1.8 and 1.10

version 1.8, 2006/03/15 23:14:31 version 1.10, 2007/01/11 16:21:51
Line 285 
Line 285 
 PATCH_FULL_PATH = $(call pathsearch,$(PATCH)) PATCH_FULL_PATH = $(call pathsearch,$(PATCH))
  
  
 ifeq (PEGASUS_PLATFORM,WIN32_IX86_MSVC)  ifeq ($(OS_TYPE),windows)
 ## windows ## windows
  
 GREP ?= find GREP ?= find
Line 334 
Line 334 
 # The remaining defaults will be set only if they are not already set. # The remaining defaults will be set only if they are not already set.
 # =============================================================================== # ===============================================================================
  
 # MODULE_NAME ?= pegasus  MODULE_NAME ?= pegasus
 MODULE_NAME ?= junk  ## MODULE_NAME ?= junk      ## good for testing
  
 ifeq ($(MODULE_NAME),pegasus) ifeq ($(MODULE_NAME),pegasus)
 BFILE ?= env_var.status  BFILE ?= Makefile
 else else
 # must be junk module # must be junk module
 BFILE ?= a.cpp BFILE ?= a.cpp


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2