[Pkg-voip-commits] r4339 - callweaver/trunk/debian
kilian at alioth.debian.org
kilian at alioth.debian.org
Fri Aug 31 16:39:24 UTC 2007
Author: kilian
Date: 2007-08-31 16:39:24 +0000 (Fri, 31 Aug 2007)
New Revision: 4339
Modified:
callweaver/trunk/debian/rules
Log:
we shall *not* ignore make clean errors.
Modified: callweaver/trunk/debian/rules
===================================================================
--- callweaver/trunk/debian/rules 2007-08-31 15:24:58 UTC (rev 4338)
+++ callweaver/trunk/debian/rules 2007-08-31 16:39:24 UTC (rev 4339)
@@ -118,7 +118,7 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -[ ! -f Makefile ] || $(MAKE) clean distclean
+ [ ! -f Makefile ] || $(MAKE) clean distclean
rm -f config.status
#if [ -f config.sub.orig ];then \
# rm -f config.sub; \
More information about the Pkg-voip-commits
mailing list