Le Sun, Jun 24, 2007 at 12:40:30PM +0000, [EMAIL PROTECTED] a écrit : > Author: thijs > Date: 2007-06-24 12:40:30 +0000 (Sun, 24 Jun 2007) > New Revision: 343 > > Modified: > trunk/packages/amap-align/trunk/debian/rules > trunk/packages/boxshade/trunk/debian/rules > trunk/packages/clustalw/trunk/debian/rules
[...] > - -$(MAKE) clean > + [ ! -f Makefile ] || $(MAKE) clean [und so weiter] Hi Thijs, thank you for noticing these statements which would not catch errors. I think that I will go one step further and remove the "[ ! -f Makefile ] ||". The packages are simple enough to determine if there is a Makefile providing a clean rule or not. Have a nice day, -- Charles -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

