commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnumach] 44/56: dist-hook extensibility.


From: Samuel Thibault
Subject: [gnumach] 44/56: dist-hook extensibility.
Date: Sat, 28 Sep 2013 12:43:19 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit 1b773f28b1c108391b02c714ab345c56dc03ebae
Author: Thomas Schwinge <address@hidden>
Date:   Fri Sep 27 16:00:59 2013 +0200

    dist-hook extensibility.
    
    * Makefile.am (dist-hook): Rename to...
    (dist-rm-CVS): ... this new target.
    (dist-hook): Depend on it.
---
 Makefile.am |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 319b7e8..5f02b4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 # Makefile for GNU Mach.
 
-# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009, 2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
@@ -196,7 +196,10 @@ EXTRA_DIST += \
 EXTRA_DIST += \
        DEVELOPMENT
 
-dist-hook:
+dist-hook: dist-rm-CVS
+
+.PHONY: dist-rm-CVS
+dist-rm-CVS:
 # Try to be very safe with respect to spuriously removing various directories
 # in case of an error.
        find $(distdir)/ -type d -name CVS | while read d; do   \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]