[Pkg-openssl-devel] Bug#611667: Bug#611667: openssl: clean-after-build fails due to wrong Makefile rule
Kurt Roeckx
kurt at roeckx.be
Sat Jun 11 21:19:40 UTC 2011
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
More information about the Pkg-openssl-devel
mailing list