diff options
author | Alexey Neyman <stilor@att.net> | 2015-10-29 16:57:07 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2015-10-30 16:24:52 -0700 |
commit | 1ad356c1789523ea7124108db8fd4b834e50558d (patch) | |
tree | f999cd8bc8fa58ca0628f809baa08f69104c502d /ct-ng.in | |
parent | ce588c01d854ec5f3a8c2d180edc40b592ac2a2d (diff) | |
download | crosstool-ng-1ad356c1789523ea7124108db8fd4b834e50558d.tar.gz crosstool-ng-1ad356c1789523ea7124108db8fd4b834e50558d.tar.bz2 crosstool-ng-1ad356c1789523ea7124108db8fd4b834e50558d.zip |
Clean up new .build-all directory.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ clean:: @$(ECHO) " CLEAN build dir" $(SILENT)[ ! -d targets ] || chmod -R u+w targets $(SILENT)[ ! -d .build ] || chmod -R u+w .build - $(SILENT)rm -rf targets .build + $(SILENT)rm -rf targets .build .build-all PHONY += distclean distclean:: clean |