[gnome-session] Update git.mk from pango
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-session] Update git.mk from pango
- Date: Fri, 1 May 2009 20:24:28 -0400 (EDT)
commit 099f9d7d333d5b6a9a83f64315f0997e07bacf3b
Author: Vincent Untz <vuntz gnome org>
Date: Mon Apr 27 00:31:26 2009 +0200
Update git.mk from pango
---
git.mk | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/git.mk b/git.mk
index 9cfce1c..739ba92 100644
--- a/git.mk
+++ b/git.mk
@@ -28,8 +28,8 @@
# ignore them. See "man gitignore".
#
# If "make maintainer-clean" removes the files but they are not recognized
-# by this script (that is, if "git stat" shows untracked files still), send
-# me the output of "git stat" as well as your Makefile.am and Makefile for
+# by this script (that is, if "git status" shows untracked files still), send
+# me the output of "git status" as well as your Makefile.am and Makefile for
# the directories involved.
#
# For a list of toplevel files that should be in MAINTAINERCLEANFILES, see
@@ -157,7 +157,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
"*.rej" \
"*.bak" \
"*~" \
- ".*.swp" \
+ ".*.sw[nop]" \
; do echo /$$x; done | \
sed "s ^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
sed 's@/[.]/@/@g' | \
@@ -171,8 +171,8 @@ gitignore-recurse:
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) .gitignore); \
done; \
fi;
-maintainer-clean-local: gitignore-clean
+maintainer-clean: gitignore-clean
gitignore-clean:
- rm -f $(srcdir)/.gitignore
+ -rm -f $(srcdir)/.gitignore
.PHONY: gitignore-clean gitignore-recurse
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]