]> git.donarmstrong.com Git - debhelper.git/commitdiff
r2021: * Don't use - in front of make clean in example rules files.
authorjoeyh <joeyh>
Tue, 28 Aug 2007 20:50:06 +0000 (20:50 +0000)
committerjoeyh <joeyh>
Tue, 28 Aug 2007 20:50:06 +0000 (20:50 +0000)
debian/changelog
examples/rules
examples/rules.indep
examples/rules.multi
examples/rules.multi2

index 7cc099b5e94246badae92eb117d00c28477009ce..e37d1124961091e3a29cb14f9599a89968327088 100644 (file)
@@ -3,8 +3,9 @@ debhelper (5.0.54) UNRELEASED; urgency=low
   * dh_strip: Man page reference to policy section on DEB_BUILD_OPTIONS.
     Closes: #437337
   * dh_link: Skip self-links. Closes: #438572
+  * Don't use - in front of make clean in example rules files.
 
- -- Joey Hess <joeyh@debian.org>  Fri, 17 Aug 2007 20:41:42 -0400
+ -- Joey Hess <joeyh@debian.org>  Tue, 28 Aug 2007 16:49:44 -0400
 
 debhelper (5.0.53) unstable; urgency=low
 
index 97f644bd9a9542d0c568b443c5f8a9d1717d7310..9fe997b073b1d90bbaf767a6ae93735ba1531a63 100755 (executable)
@@ -20,8 +20,8 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean
 
index ecae7280e256f7f49a6cfabd6968c77c4b344b1f..428f4e9ac5f91645946f8498d33a72fcdc82f31a 100755 (executable)
@@ -22,8 +22,8 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean
 
index d481f15f3c87a8c82562f4fa73c26aaa53ef7f8c..3ca9719b754646d258a12a29ba683f4dae44b200 100755 (executable)
@@ -24,8 +24,8 @@ clean:
        rm -f build-stamp 
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean
 
index b97a65941e0f41415b2ccb4db790a8cb09e53097..4e84c53185e4bd3ef8f1d009ed76343373783507 100755 (executable)
@@ -26,8 +26,8 @@ clean:
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean