[patch] make distclean really cleans up

From: Sacha Chua (sachac@iname.com)
Date: Fri Mar 08 2002 - 07:44:12 EST


diff -r was annoying me, so here's a Makefile patch to make make
distclean clean up the tree to a diffable-against-CVS form...
It won't deal with backup files, though. Fix those yourself. =)

Extremely minor patch follows...
--- bootldr.orig/Makefile Fri Mar 8 12:16:35 2002
+++ bootldr/Makefile Fri Mar 8 20:41:21 2002
@@ -428,7 +428,8 @@
 
 distclean: clean
         rm -f bootldr-000* bootldr-c000*
- make -C load_kernel/src distclean
+ rm -f pics/splash.pnm_tmp ram-bootldr.gz splashz_linux.h bootldr.gz
+ make -i -C load_kernel/src distclean
 
 tags etags:
         rm -f TAGS

-- 
Sacha Chua <sachac@iname.com>                   3 BS CS geekette =)
Ateneo Cervini-Eliazo Networks (ACENT) tel: 63(2) 426-6001 loc 5925
BOFH excuse #63: not properly grounded, please bury computer


This archive was generated by hypermail 2.1.5 : Fri Jan 17 2003 - 17:47:03 EST