bug in Makefile?

Carleos Artime Fi carleos@fisher.ciencias.uniovi.es
Mon, 11 Mar 2002 13:12:39 +0100


Hi. In statist-1.0.1, tests/Makefile, this line appears:

	test -z "$(CLEANFILES)" || rm $(CLEANFILES)

which, in my Debian 2.2r5 produces an error, because "test" returns 1 if
true and 0 if false, and "bash" executes the command after || if
success (0) and does not if failed (not 0).

Am I wrong?

On the other hand, I would like to know if there has been any attempt to
build a Debian package of "statist" (a .deb file). Anybody knows?

Cheers.

Carlos Carleos