summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-09-15 09:47:11 -0400
committerPeter Foley <pefoley2@verizon.net>2012-10-02 14:37:36 -0400
commit20d9be3bfc75b87bb20068b5e53b750260f71f48 (patch)
tree9b3da215b3f03d3a747efd3b9adcb075d1e01439
parenta106b7f96a739aaffa93ec19721bff9ad46ebf4e (diff)
add aditional targets to clean and distclean
Change-Id: Ic7539b88936370cc6bc01edf2c2755343e0113b6
-rw-r--r--Makefile.top4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top
index de91f563abf5..0a0ced3827c7 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -337,6 +337,7 @@ endif
rm -fr $(OUTDIR)
rm -fr $(WORKDIR)
rm -fr $(SRCDIR)/*/$(INPATH)
+ rm -fr $(SRCDIR)/solenv/$(OUTPATH)
rm -fr install
clean-build:
@@ -356,7 +357,8 @@ endif
rm -fr config_host.mk config_build.mk aclocal.m4 autom4te.cache \
bin/repo-list config.log config.status configure \
ooo.lst post_download post_download.log \
- config_host.mk.last set_soenv.stamp src.downloaded warn
+ config_host.mk.last set_soenv.stamp src.downloaded warn \
+ solenv/bin/concat-deps.exe solenv/bin/concat-deps
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#