aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-10 05:19:27 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-10 05:19:27 +0000
commit6b7a803d293ccf1e78f6bca538163c79bdb576a3 (patch)
tree7868dd233c8ab9ffb1713d25bcf9867a20f09206
parent36aae214ff120e7d556b2151b6a5c8c8c4fef1e5 (diff)
downloadbusybox-w32-6b7a803d293ccf1e78f6bca538163c79bdb576a3.tar.gz
busybox-w32-6b7a803d293ccf1e78f6bca538163c79bdb576a3.tar.bz2
busybox-w32-6b7a803d293ccf1e78f6bca538163c79bdb576a3.zip
clean more files
git-svn-id: svn://busybox.net/trunk/busybox@15045 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 95fb3b5c5..7e37ed40d 100644
--- a/Makefile
+++ b/Makefile
@@ -450,9 +450,10 @@ clean:
450 -o -name \*.os -o -name \*.osm -o -name \*.a | xargs rm -f 450 -o -name \*.os -o -name \*.osm -o -name \*.a | xargs rm -f
451 451
452distclean: clean 452distclean: clean
453 - rm -f scripts/bb_mkdep 453 rm -f scripts/bb_mkdep scripts/usage
454 - rm -r -f include/config $(DEP_INCLUDES) 454 rm -r -f include/config include/_usage.h include/config.h $(DEP_INCLUDES)
455 - find . -name .depend'*' | xargs rm -f 455 find . -name .depend'*' -print0 | xargs -0 rm -f
456 rm -f .hdepend
456 rm -f .config .config.old .config.cmd 457 rm -f .config .config.old .config.cmd
457 458
458release: distclean #doc 459release: distclean #doc