From: Ben Collins <bcollins@debian.org>
To: linux-kernel@vger.kernel.org
Subject: [patch] remove .i files on clean too
Date: Fri, 8 Feb 2002 20:47:52 -0500 [thread overview]
Message-ID: <20020209014752.GA792@blimpo.internal.net> (raw)
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)
reply other threads:[~2002-02-09 1:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020209014752.GA792@blimpo.internal.net \
--to=bcollins@debian.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox