bsd.patch.mk leaves behind directories
Matthew Dillon
dillon at apollo.backplane.com
Fri Nov 24 09:01:34 PST 2006
: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 at backplane.com>
More information about the Bugs
mailing list