Bug #384
closed
bsd.patch.mk leaves behind directories
Added by pavalos about 19 years ago.
Updated about 19 years ago.
Description
It appears that our patch mechanism doesn't add created directories to
CLEANFILES. For an example, look at src/secure/lib/libssh/. It leaves
behind openbsd-compat/ from the openbsd-compat,port-tun.c.patch file.
--Peter
:It appears that our patch mechanism doesn't add created directories to
:CLEANFILES. For an example, look at src/secure/lib/libssh/. It leaves
:behind openbsd-compat/ from the openbsd-compat,port-tun.c.patch file.
:
:--Peter
Hmm. I don't think you can add directories to CLEANFILES. It could
be added to CLEANDIRS, though. bsd.lib.mk issues a rm -rf on
${CLEANDIRS}. Want to take a shot at it?
-Matt
Matthew Dillon
<dillon@backplane.com>
Fix committed, thanks corecode!
Also available in: Atom
PDF