зеркало из https://github.com/mozilla/pjs.git
fix problem when rebuilding the toolkit only and add buildconfig.html to garbage.
This commit is contained in:
Родитель
8adc5f0690
Коммит
bd18cd2eff
|
@ -44,13 +44,15 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
DIRS = xre components skin/win
|
||||
|
||||
CHROME_DEPS = locale/build.dtd content/buildconfig.html
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS += content/mac skin/mac
|
||||
endif
|
||||
|
||||
GARBAGE += locale/build.dtd
|
||||
CHROME_DEPS = locale/build.dtd content/buildconfig.html
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += content/buildconfig.html locale/build.dtd
|
||||
|
||||
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
|
||||
@$(RM) -f $@
|
||||
|
@ -61,5 +63,3 @@ locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
|
|||
# ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
# DIRS += skin/unix
|
||||
# endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче