On Mon, Jan 31, 2011 at 11:34:58AM -0800, Steve Langasek wrote: > > Hi guys, > > As part of an effort to make the Ubuntu base system cross-compilable, we've > noticed that ./debian/rules clean fails in the openssl package after a > complete build because the clean rules tries to remove directories with 'rm > -f', which obviously fails. This needs to be an 'rm -rf' instead. > > Attached is a patch for one possible way to implement this fix. You could > instead fix this in debian/patches of course, but given that the rule only > affects a file that will be immediately be removed, fixing it in > debian/rules also seems adequate to me.
Hi, I would like to patch the file that generates that wrong "rm -f", and there seem to be lots of "rm -f"s in that file. Do you know which one is causing problems? Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

