public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: xfs@oss.sgi.com
Subject: [PATCH 1/2] xfsprogs: Do not remove configure information on clean
Date: Tue, 19 Jan 2010 11:33:05 +1100	[thread overview]
Message-ID: <1263861186-13589-2-git-send-email-david@fromorbit.com> (raw)
In-Reply-To: <1263861186-13589-1-git-send-email-david@fromorbit.com>

Ŋormal packaging practice is to remove the configure scripts
on a 'make distclean' so that a 'make clean' doesn't result in
having to rerun the configure scripts. Change the clean targets
in the top level makefile to only clear configure files on
a distclean.

Signed-off-by: Dave Chinner <david@fromorbit.com>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2d394e4..a7615ca 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ SRCTAR = $(PKG_NAME)-$(PKG_VERSION).tar.gz
 CONFIGURE = aclocal.m4 configure config.guess config.sub install-sh ltmain.sh
 LSRCFILES = configure.in release.sh README VERSION $(CONFIGURE)
 
-LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
+DISTDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
 	built .census install.* install-dev.* *.gz autom4te.cache/* libtool \
 	include/builddefs include/platform_defs.h
 
@@ -101,7 +101,7 @@ install-qa: install $(addsuffix -install-qa,$(SUBDIRS))
 	$(MAKE) -C $* install-qa
 
 distclean: clean
-	rm -f $(LDIRT)
+	rm -f $(DISTDIRT)
 
 realclean: distclean
 	rm -f $(CONFIGURE)
-- 
1.6.5

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2010-01-19  0:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-19  0:33 [PATCH 0/2] xfsprogs: Cleaner build output Dave Chinner
2010-01-19  0:33 ` Dave Chinner [this message]
2010-01-19  9:15   ` [PATCH 1/2] xfsprogs: Do not remove configure information on clean Christoph Hellwig
2010-01-19 11:09     ` Dave Chinner
2010-01-19  0:33 ` [PATCH 2/2] xfsprogs: Make the compile output cleaner V3 Dave Chinner
2010-01-19  9:15   ` Christoph Hellwig

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=1263861186-13589-2-git-send-email-david@fromorbit.com \
    --to=david@fromorbit.com \
    --cc=xfs@oss.sgi.com \
    /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