Source-Changes-D archive

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

Re: CVS commit: src/distrib/sets



On 3 Mar 2010, at 16:33, Masao Uebayashi wrote:
>> +mksolaris: .PHONY
>> +.if (${MKDTRACE} != "no" || ${MKZFS} != "no")
>> +    @echo "MKSOLARIS=yes"
>> +.else
>> +    @echo "MKSOLARIS=no"
>> +.endif
>> 
> 
> Could you move this to bsd.own.mk, where all the dirty work is done now?

I specifically decided not to do that because this flag is not necessary
outside of set lists. make(1) can combine two conditions with or just fine.

        Kind regards
-- 
Matthias Scheler                           http://zhadum.org.uk/




Home | Main Index | Thread Index | Old Index