Cajus Pollmeier wrote:

> This one changes the logic and will fail if you package from an "svn
> export"

Hm, really? Prepending a line in a makefile with "-" is equivalent to
appending "|| /bin/true". As a testcase:

 % cat Makefile
 all:
       @echo Pre
       -/bin/false
       @echo Post
 % make all
 pre
 /bin/false
 make: [all] Error 1 (ignored)
 post
 % echo $?
 0



Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20

Attachment: signature.asc
Description: PGP signature

Reply via email to