[librep] autogen.sh: call gitclean instead of distclean



commit 1997df80a2023e865020941763d869f4b90e9105
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 12:06:48 2010 +0100

    autogen.sh: call gitclean instead of distclean

 ChangeLog  |    2 ++
 autogen.sh |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0901a00..53ed36c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
 
 	* debian/control.in: removed debian-specific bits
 
+	* autogen.sh: call gitclean instead of distclean
+
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* autogen.sh: added --nocfg flag for not running configure afterwards
 
diff --git a/autogen.sh b/autogen.sh
index e015595..70ac2f7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [ -f Makefile ]; then
-	make distclean
+	make gitclean
 fi
 
 if [ -f aclocal.m4 ]; then



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