Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
git-svn-id: svn://10.0.0.236/trunk@245303 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -72,8 +72,20 @@ export::
|
||||
ln -fs $(srcdir)/npmac.cpp
|
||||
ln -fs $(srcdir)/Info-*.plist .
|
||||
ln -fs $(srcdir)/NullPlugin.rsrc
|
||||
|
||||
GARBAGE_DIRS += $(PROJECT)
|
||||
GARBAGE += \
|
||||
English.lproj \
|
||||
DefaultPluginPrefix.h \
|
||||
NullPlugin.cpp \
|
||||
npmac.cpp \
|
||||
Info-*.plist \
|
||||
NullPlugin.rsrc \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
GARBAGE_DIRS += build
|
||||
|
||||
libs install:: install-plugin
|
||||
|
||||
install-plugin: build-plugin
|
||||
@@ -82,6 +94,3 @@ install-plugin: build-plugin
|
||||
build-plugin:
|
||||
$(PBBUILD) $(PROJECT_ARG) -target $(TARGET) -buildstyle $(BUILDSTYLE) $(PBBUILD_ARG)
|
||||
echo -n NSPLMOSS > "$(XCODE_PRODUCT_DIR)/Default Plugin.plugin/Contents/PkgInfo"
|
||||
|
||||
clean clobber distclean::
|
||||
rm -rf build
|
||||
|
||||
Reference in New Issue
Block a user