[Initscripts-ng-commits] r449 - in /trunk/src/insserv/debian: changelog rules

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Jan 5 09:38:34 UTC 2008


Author: pere
Date: Sat Jan  5 09:38:33 2008
New Revision: 449

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=449
Log:
  * Make failing 'make clean' fatal, as it should always work.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/rules

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=449&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Jan  5 09:38:33 2008
@@ -13,6 +13,7 @@
   * New patch 45_loopsarefatal to make sure insserv considering all
     kind of loops fatal.
   * Introduce very simple manual page for update-rc.d-insserv.
+  * Make failing 'make clean' fatal, as it should always work.
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri,  4 Jan 2008 16:41:28 +0100
 

Modified: trunk/src/insserv/debian/rules
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/rules?rev=449&op=diff
==============================================================================
--- trunk/src/insserv/debian/rules (original)
+++ trunk/src/insserv/debian/rules Sat Jan  5 09:38:33 2008
@@ -43,7 +43,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean 
 




More information about the Initscripts-ng-commits mailing list