debian: use make distclean instead of make clean between builds (Thanks Mirko)
This commit is contained in:
parent
49f94e9c74
commit
08c92e9599
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -17,7 +17,7 @@ build-stamp:
|
||||
$(MAKE)
|
||||
cp $(CURDIR)/i3status $(CURDIR)/i3status-wmii
|
||||
# Build with dzen support
|
||||
$(MAKE) clean
|
||||
$(MAKE) distclean
|
||||
$(MAKE) EXTRA_CFLAGS="-DDZEN"
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user