aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-08-10 21:19:58 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-08-10 21:19:58 +0000
commitbfaec8719e6de79949b8ba5b518f94d350d24435 (patch)
tree5fe717f9e77d9334eea09e2b8220a7ae5c594135
parent9e2ed7f9f431de5b996610f512f4e0ed0d20a8c4 (diff)
downloadklibc-bfaec8719e6de79949b8ba5b518f94d350d24435.tar.gz
Add "spotless" Makefile targetklibc-0.12
-rw-r--r--klibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/klibc/Makefile b/klibc/Makefile
index ef4ba4b5eb5b3..0eefe8ca77eb4 100644
--- a/klibc/Makefile
+++ b/klibc/Makefile
@@ -134,3 +134,6 @@ clean:
rm -f arch/*/*.o arch/*/*.lo arch/*/*.i arch/*/*.s arch/*/*.ls
rm -rf syscalls syscalls.dir
rm -rf socketcalls socketcalls.dir
+
+spotless: clean
+ find . -name \*~ -not -type d -print0 | xargs -0rt rm -f