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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

