diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-24 21:56:55 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-24 23:33:10 +0200 |
commit | 8348b2a7a0772e3fb28be9475e38eb394976b9a5 (patch) | |
tree | b7b935ec93d6c9896a096e9bbd93e08ca1c9e9fe /Makefile.top | |
parent | 9c6a6ec047261aab6b0e4b9ac4f3206aebc0d192 (diff) |
clean also WORKDIR for --with-solver-and-workdir-root
Change-Id: Ie2b369b6f372a99dbc4af5045639b2ff8425568f
Diffstat (limited to 'Makefile.top')
-rw-r--r-- | Makefile.top | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.top b/Makefile.top index 1c7b400a33d3..11468c5d5d4e 100644 --- a/Makefile.top +++ b/Makefile.top @@ -320,7 +320,8 @@ clean: clean-host clean-build clean-host: rm -fr $(DEVINSTALLDIR) - rm -fr $(SOLARVER)/$(INPATH) # not necessarily below SRCDIR + rm -fr $(OUTDIR) + rm -fr $(WORKDIR) rm -fr $(SRCDIR)/*/$(INPATH) rm -fr install |