Ticket #60603: patch-endef.diff
File patch-endef.diff, 1.9 KB (added by ballapete (Peter "Pete" Dyballa), 4 years ago) |
---|
-
nss/coreconf/rules.mk
old new 158 158 else 159 159 $$(MKPROG) -o $$@ $$(CFLAGS) $$($(1)_OBJS) $$(LDFLAGS) $$(EXTRA_LIBS) $$(EXTRA_SHARED_LIBS) $$(OS_LIBS) 160 160 endif 161 end ef # PROGRAM_template161 endif # PROGRAM_template 162 162 163 163 ifdef PROGRAM 164 164 $(eval $(call PROGRAM_template,$(PROGRAM))) … … 344 344 endif 345 345 endif 346 346 endif #STRICT_CPLUSPLUS_SUFFIX 347 end ef # compile_ccc_pattern_RULE347 endif # compile_ccc_pattern_RULE 348 348 349 349 $(eval $(call compile_ccc_pattern_RULE,cc)) 350 350 $(eval $(call compile_ccc_pattern_RULE,cpp)) … … 381 381 else 382 382 $(1): 383 383 endif 384 end ef # copy_varlist_into_dir_RULE384 endif # copy_varlist_into_dir_RULE 385 385 386 386 # export rule 387 387 $(eval $(call copy_varlist_into_dir_RULE,export,EXPORTS,$(SOURCE_XPHEADERS_DIR))) -
nss/coreconf/ruleset.mk
old new 146 146 ifndef MAKE_OBJDIR 147 147 define MAKE_OBJDIR 148 148 if test ! -d $(@D); then $(NSINSTALL) -D $(@D); fi 149 end ef149 endif 150 150 endif 151 151 152 152 ALL_TRASH = $(TARGETS) $(OBJS) $(OBJDIR) LOGS TAGS $(GARBAGE) \ -
nss/coreconf/UNIX.mk
old new 55 55 56 56 define MAKE_OBJDIR 57 57 if test ! -d $(@D); then $(NSINSTALL) -D $(@D); fi 58 end ef58 endif 59 59 60 60 include $(CORE_DEPTH)/coreconf/Werror.mk -
nss/coreconf/OS2.mk
old new 126 126 127 127 define MAKE_OBJDIR 128 128 if test ! -d $(@D); then rm -rf $(@D); $(NSINSTALL) -D $(@D); fi 129 end ef129 endif 130 130 131 131 # 132 132 # override the definition of DLL_PREFIX in prefix.mk -
nss/coreconf/WIN32.mk
old new 97 97 98 98 define MAKE_OBJDIR 99 99 if test ! -d $(@D); then mkdir -p $(@D); fi 100 end ef100 endif 101 101 102 102 ifdef NS_USE_GCC 103 103 OS_CFLAGS += -mwindows