Project

General

Profile

Actions

Bug #384

closed

bsd.patch.mk leaves behind directories

Added by pavalos over 17 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

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

Actions #1

Updated by dillon over 17 years ago

: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
<>
Actions #2

Updated by pavalos over 17 years ago

Fix committed, thanks corecode!

Actions

Also available in: Atom PDF