(unrelated to the bug at hand, but...)

On Sat, Sep 29, 2007 at 12:53:02 +0200, Jérémy Bobbio wrote:

> diff -u dwm-4.4.1/debian/rules dwm-4.4.1/debian/rules
> --- dwm-4.4.1/debian/rules
> +++ dwm-4.4.1/debian/rules
> @@ -60,9 +60,9 @@
>       for ALTERNATIVE in config.arg.h debian/config/*; \
>       do \
>               $(MAKE) clean; \
> -             rm -f config.h; \
>               cp $$ALTERNATIVE config.h; \
>               CFLAGS="$(CFLAGS)" $(MAKE) PREFIX=/usr; \
> +             rm -f config.h; \
>               install -m 0755 dwm debian/dwm/usr/bin/dwm.`basename 
> $$ALTERNATIVE | sed -e 's/config.//' -e 's/.h//'`; \
>               ln -s dwm.1.gz debian/dwm/usr/share/man/man1/dwm.`basename 
> $$ALTERNATIVE | sed -e 's/config.//' -e 's/.h//'`.1.gz; \
>       done
> @@ -71,9 +71,9 @@
>       if [ -f config.user.h ]; \
>       then \
>               $(MAKE) clean; \
> -             rm -f config.h; \
>               cp config.user.h config.h; \
>               CFLAGS="$(CFLAGS)" $(MAKE) PREFIX=/usr; \
> +             rm -f config.h; \
>               install -m 0755 dwm debian/dwm/usr/bin/dwm.user; \
>               ln -s dwm.1.gz debian/dwm/usr/share/man/man1/dwm.user.1.gz; \
>       fi

So if some command in one of these sequences fails, the build continues as
if nothing happened?  That feels wrong, somehow.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to