Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]

This commit is contained in:
reed%reedloden.com 2008-02-13 11:33:40 +00:00
Родитель e240c60aba
Коммит 5ba1e3637a
8 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -73,7 +73,7 @@ ifdef ENABLE_TESTS
tier_testharness_dirs += tools/test-harness
endif
GARBAGE_DIRS += dist _javagen _tests
GARBAGE_DIRS += dist _javagen _tests staticlib
DIST_GARBAGE = config.cache config.log config.status config-defs.h \
dependencies.beos config/autoconf.mk config/myrules.mk config/myconfig.mk \
unallmakefiles mozilla-config.h \

Просмотреть файл

@ -135,7 +135,7 @@ install::
$(SYSINSTALL) $(IFLAGS1) $(DEPTH)/mozilla-config.h $(DESTDIR)$(includedir)
GARBAGE += \
$(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES) buildid
$(FINAL_LINK_COMPS) $(FINAL_LINK_LIBS) $(FINAL_LINK_COMP_NAMES) buildid $(srcdir)/*.pyc
ifndef CROSS_COMPILE
ifdef USE_ELF_DYNSTR_GC

3
db/morkreader/external/Makefile.in поставляемый
Просмотреть файл

@ -22,6 +22,7 @@
# Contributor(s):
# Brian Ryner <bryner@brianryner.com>
#
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
@ -59,3 +60,5 @@ include $(topsrcdir)/config/rules.mk
nsMorkReader.cpp: $(srcdir)/../nsMorkReader.cpp
$(INSTALL) $^ .
GARBAGE += nsMorkReader.cpp

Просмотреть файл

@ -72,3 +72,5 @@ CXXFLAGS += $(MOZ_TOOLKIT_REGISTRY_CFLAGS)
export::
$(INSTALL) $(addprefix $(srcdir)/../,$(EMBED_CPPSRCS)) .
GARBAGE += $(EMBED_CPPSRCS)

Просмотреть файл

@ -73,7 +73,7 @@ JAVA_CLASSPATH += $(IFACES_JAR)
# install jars into SDK
SDK_LIBRARY = $(JAVA_LIBRARY_NAME).jar $(IFACES_JAR) $(IFACES_JAR_SRC)
GARBAGE += $(IFACES_JAR) $(IFACES_JAR_SRC) IXPCOMError.java java.files
GARBAGE += $(IFACES_JAR) $(IFACES_JAR_SRC) $(PACKAGE_DIR)/IXPCOMError.java java.files
include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -73,3 +73,5 @@ include $(topsrcdir)/config/rules.mk
$(INTL_UNICHARUTIL_UTIL_LCPPSRCS): %: $(srcdir)/../%
$(INSTALL) $^ .
GARBAGE += $(INTL_UNICHARUTIL_UTIL_LCPPSRCS)

Просмотреть файл

@ -69,3 +69,4 @@ include $(topsrcdir)/config/rules.mk
$(RDF_UTIL_SRC_LCPPSRCS): %: $(srcdir)/../%
$(INSTALL) $^ .
GARBAGE += $(RDF_UTIL_SRC_LCPPSRCS)

Просмотреть файл

@ -123,4 +123,6 @@ endif
export:: $(XPCOM_GLUE_SRC_CSRCS) $(XPCOM_GLUE_SRC_CPPSRCS) $(topsrcdir)/xpcom/glue/nsStringAPI.cpp
$(INSTALL) $^ .
GARBAGE += nsStringAPI.cpp
DEFINES += -DXPCOM_GLUE