Puzzling makefile interactions in some ports.

walt wa1ter at myrealbox.com
Sun May 9 14:33:40 PDT 2004


Chris Pressey wrote:
On Sun, 09 May 2004 11:44:17 -0700
walt <wa1ter at xxxxxxxxxxxxx> wrote:

I think I've found part of the reason for the 'make clean'
error I posted about last week.  The trail leads from
'make clean' to 'make clean-depends' and from there to
'make all-depends-list', which is defined in bsd.port.mk.

I think I found the cause by logically extrapolating from your report:
all-depends-list is a combination of build-depends-list and
run-depends-list.  But those targets aren't filtered out when printing
the warning, and that output gets in the way.  Try the attached patch
and see if it fixes it (it seems to, for me.)
Yes, works for me also.  Thanks!





More information about the Bugs mailing list