* [PATCH] xfsprogs: clean up .dep files on make clean
@ 2010-01-26 3:25 Dave Chinner
2010-01-26 15:58 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: Dave Chinner @ 2010-01-26 3:25 UTC (permalink / raw)
To: xfs
And make git ignore them, too.
Signed-off-by: Dave Chinner <david@fromorbit.com>
---
.gitignore | 1 +
include/buildrules | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index b06e074..aa6cd35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# object files
*.o
+.dep
# build system
.census
diff --git a/include/buildrules b/include/buildrules
index d1a3a6f..1695e23 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -7,7 +7,7 @@ _BUILDRULES_INCLUDED_ = 1
include $(TOPDIR)/include/builddefs
clean clobber : $(addsuffix -clean,$(SUBDIRS))
- @rm -f $(DIRT)
+ @rm -f $(DIRT) .dep
@rm -fr $(DIRDIRT)
%-clean:
@echo "Cleaning $*"
--
1.6.5
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xfsprogs: clean up .dep files on make clean
2010-01-26 3:25 [PATCH] xfsprogs: clean up .dep files on make clean Dave Chinner
@ 2010-01-26 15:58 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2010-01-26 15:58 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs
On Tue, Jan 26, 2010 at 02:25:10PM +1100, Dave Chinner wrote:
> And make git ignore them, too.
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-26 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-26 3:25 [PATCH] xfsprogs: clean up .dep files on make clean Dave Chinner
2010-01-26 15:58 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox