]> git.sur5r.net Git - i3/i3status/commitdiff
debian: use make distclean instead of make clean between builds (Thanks Mirko)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Jun 2009 17:04:28 +0000 (19:04 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Jun 2009 17:04:28 +0000 (19:04 +0200)
debian/changelog
debian/rules

index 2d9927e0afad145fdbc64b11d76f03e2d481b6ba..9def1fd551ef7fe824574303df36826e731f7062 100644 (file)
@@ -1,3 +1,9 @@
+i3status (1.2-2) unstable; urgency=low
+
+  * debian: use make distclean instead of make clean between both builds
+
+ -- Michael Stapelberg <michael@stapelberg.de>  Mon, 22 Jun 2009 19:04:22 +0200
+
 i3status (1.2-1) unstable; urgency=low
 
   * Handle SIGPIPE to avoid zombie processes
 i3status (1.2-1) unstable; urgency=low
 
   * Handle SIGPIPE to avoid zombie processes
index 153c9da07091026d2709e3e81b88f08ed80ba622..d7efa6f8a0a95cde200319be522f733f60388a02 100755 (executable)
@@ -17,7 +17,7 @@ build-stamp:
        $(MAKE)
        cp $(CURDIR)/i3status $(CURDIR)/i3status-wmii
        # Build with dzen support
        $(MAKE)
        cp $(CURDIR)/i3status $(CURDIR)/i3status-wmii
        # Build with dzen support
-       $(MAKE) clean
+       $(MAKE) distclean
        $(MAKE) EXTRA_CFLAGS="-DDZEN"
        touch $@
 
        $(MAKE) EXTRA_CFLAGS="-DDZEN"
        touch $@