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/


Reply via email to