[Build-common-hackers] Bug#441020: Bug#441020: cdbs: don't ignore errors in make clean target

Peter Eisentraut peter_e at gmx.net
Fri Sep 7 09:38:28 UTC 2007


Am Donnerstag, 6. September 2007 10:33 schrieb Bastian Kleineidam:
> Yes, some packages will likely break, either because they don't use
> Makefile but another name (in which case they have to set
> DEB_MAKE_MAKEFILE), or because the clean target throws errors that were
> previously ignored.

Maybe the following would work.

[ ! -f Makefile ] && [ ! -f makefile ] && [ ! -f GNUmakefile ] || $(MAKE) clean




More information about the Build-common-hackers mailing list