* [patch] remove .i files on clean too
@ 2002-02-09 1:47 Ben Collins
0 siblings, 0 replies; only message in thread
From: Ben Collins @ 2002-02-09 1:47 UTC (permalink / raw)
To: linux-kernel
I find it useful to build with -save-temps a lot of times, when tracking
a bug. This little change helps cleanup the .i files that get left
around. Am I the only one that does this? :) Probably the lowest
priority patch right now, but what the hell.
Ben
--
.----------=======-=-======-=========-----------=====------------=-=-----.
/ Ben Collins -- Debian GNU/Linux -- WatchGuard.com \
` bcollins@debian.org -- Ben.Collins@watchguard.com '
`---=========------=======-------------=-=-----=-===-======-------=--=---'
diff -u -r1.485.2.12 Makefile
--- Makefile 4 Feb 2002 22:37:38 -0000 1.485.2.12
+++ Makefile 9 Feb 2002 01:49:25 -0000
@@ -415,7 +415,7 @@
endif
clean: archclean
- find . \( -name '*.[oas]' -o -name core -o -name '.*.flags' \) -type f -print \
+ find . \( -name '*.[oasi]' -o -name core -o -name '.*.flags' \) -type f -print \
| grep -v lxdialog/ | xargs rm -f
rm -f $(CLEAN_FILES)
rm -rf $(CLEAN_DIRS)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-02-09 1:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-09 1:47 [patch] remove .i files on clean too Ben Collins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox