tech-pkg archive

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

Re: TMPDIR and bsd.pkg.mk (was Re: clang builds and /var/tmp)



Le 06/12/15 08:07, Richard PALO a écrit :
> Has something recently modified something affecting the order where the .PHONY fake-home target is invoked?
> ...
>> @@ -574,7 +574,7 @@ all: ${_PKGSRC_BUILD_TARGETS}
>>  .endif
>>  
>>  .PHONY: makedirs
>> -makedirs: ${WRKDIR}
>> +makedirs: ${WRKDIR} ${FAKEHOMEDIR}
>>  
>>  ${WRKDIR}:
>>  .if !defined(KEEP_WRKDIR)
> 

I'd like to push just this part which ensures that $FAKEHOMEDIR is created as soon as $WRKDIR is.
If there is no objection, or no better alternative, then I'll commit this weekend.

cheers
-- 
Richard PALO



Home | Main Index | Thread Index | Old Index