DragonFly BSD
DragonFly bugs List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Puzzling makefile interactions in some ports.


From: walt <wa1ter@xxxxxxxxxxxxx>
Date: Sun, 09 May 2004 14:33:40 -0700

Chris Pressey wrote:
On Sun, 09 May 2004 11:44:17 -0700
walt <wa1ter@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!




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]