mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-05-13 08:57:27 +00:00
Bug 541767 - "Various problems with how config/my{config,rules}.mk are handled" [r=ted]
This commit is contained in:
parent
b20fd90a41
commit
76c1573a7a
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user