Bug 541767 - "Various problems with how config/my{config,rules}.mk are handled" [r=ted]

This commit is contained in:
Mike Hommey 2010-02-04 09:19:00 -05:00
parent b20fd90a41
commit 76c1573a7a
3 changed files with 1 additions and 13 deletions

View File

@ -83,7 +83,7 @@ include $(topsrcdir)/config/config.mk
GARBAGE_DIRS += dist _javagen _profile _tests staticlib GARBAGE_DIRS += dist _javagen _profile _tests staticlib
DIST_GARBAGE = config.cache config.log config.status config-defs.h \ DIST_GARBAGE = config.cache config.log config.status config-defs.h \
dependencies.beos config/autoconf.mk config/myrules.mk config/myconfig.mk \ dependencies.beos config/autoconf.mk \
unallmakefiles mozilla-config.h \ unallmakefiles mozilla-config.h \
netwerk/necko-config.h xpcom/xpcom-config.h xpcom/xpcom-private.h \ netwerk/necko-config.h xpcom/xpcom-config.h xpcom/xpcom-private.h \
$(topsrcdir)/.mozconfig.mk $(topsrcdir)/.mozconfig.out $(topsrcdir)/.mozconfig.mk $(topsrcdir)/.mozconfig.out

View File

@ -2098,12 +2098,6 @@ endif
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk -include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk
-include $(MY_RULES) -include $(MY_RULES)
#
# This speeds up gmake's processing if these files don't exist.
#
$(MY_CONFIG) $(MY_RULES):
@touch $@
# #
# Generate Emacs tags in a file named TAGS if ETAGS was set in $(MY_CONFIG) # Generate Emacs tags in a file named TAGS if ETAGS was set in $(MY_CONFIG)
# or in $(MY_RULES) # or in $(MY_RULES)

View File

@ -2093,12 +2093,6 @@ endif
-include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk -include $(topsrcdir)/$(MOZ_BUILD_APP)/app-rules.mk
-include $(MY_RULES) -include $(MY_RULES)
#
# This speeds up gmake's processing if these files don't exist.
#
$(MY_CONFIG) $(MY_RULES):
@touch $@
# #
# Generate Emacs tags in a file named TAGS if ETAGS was set in $(MY_CONFIG) # Generate Emacs tags in a file named TAGS if ETAGS was set in $(MY_CONFIG)
# or in $(MY_RULES) # or in $(MY_RULES)