diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-09-15 09:47:11 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-07 10:42:21 +0200 |
commit | 1b0c68b61a1673d809930087bdf65d2205492765 (patch) | |
tree | 877c3b451ee6da47f96c7d4ffe6dccac76b16dcd | |
parent | 4b17650868da44dea228d524c38615786a256460 (diff) |
add aditional targets to clean and distclean
Change-Id: Ic7539b88936370cc6bc01edf2c2755343e0113b6
-rw-r--r-- | Makefile.top | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index ccf658988dac..e5bd89d1da0a 100644 --- a/Makefile.top +++ b/Makefile.top @@ -342,6 +342,7 @@ endif rm -fr $(OUTDIR) rm -fr $(WORKDIR) rm -fr $(SRCDIR)/*/$(INPATH) + rm -fr $(SRCDIR)/solenv/$(OUTPATH) rm -fr install clean-build: @@ -361,7 +362,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 {} \; # |