зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
e240c60aba
Коммит
5ba1e3637a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче