(file) Return to Makefile CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/Makefile between version 1.4 and 1.5

version 1.4, 2010/03/11 03:54:41 version 1.5, 2011/02/02 19:49:16
Line 4  WORKINGDIR = $(PWD)
Line 4  WORKINGDIR = $(PWD)
 # If the make command included LOCALIZATIONDIR='somedir', use that, otherwise # If the make command included LOCALIZATIONDIR='somedir', use that, otherwise
 # default to JSOC/localizationdir/custom.mk # default to JSOC/localizationdir/custom.mk
 ifeq ($(LOCALIZATIONDIR),) ifeq ($(LOCALIZATIONDIR),)
   LOCALIZATIONDIR = $(WORKINGDIR)/localization    LOCALIZATIONDIR = localization
 endif endif
  
 ifeq (,$(filter _%,$(notdir $(CURDIR)))) ifeq (,$(filter _%,$(notdir $(CURDIR))))


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Karen Tian
Powered by
ViewCVS 0.9.4