[Pkg-samba-maint] r1635 - branches/samba4/debian
ctrlsoft-guest at alioth.debian.org
ctrlsoft-guest at alioth.debian.org
Tue Nov 27 22:38:33 UTC 2007
Author: ctrlsoft-guest
Date: 2007-11-27 22:38:33 +0000 (Tue, 27 Nov 2007)
New Revision: 1635
Modified:
branches/samba4/debian/rules
Log:
Don't ignore make clean return value.
Modified: branches/samba4/debian/rules
===================================================================
--- branches/samba4/debian/rules 2007-11-27 22:38:05 UTC (rev 1634)
+++ branches/samba4/debian/rules 2007-11-27 22:38:33 UTC (rev 1635)
@@ -37,7 +37,7 @@
dh_testroot
dh_clean
$(RM) debian/tmp
- -$(MAKE) -C $(SOURCEPATH) clean
+ [ ! -f source/Makefile ] || $(MAKE) -C $(SOURCEPATH) clean
$(RM) build-stamp configure-stamp
binary-indep: build install
More information about the Pkg-samba-maint
mailing list