Re: Small /etc/src.conf

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Garrett Cooper
Date: Saturday, October 23, 2010 - 8:16 pm

On Sat, Oct 23, 2010 at 7:19 PM, Garrett Cooper <gcooper@freebsd.org> wrote:

One thing though: being pedantic and setting true is ok, but just doing:

WITHOUT_TCSH=

etc is sufficient. Another thing you could do is:

FEATURES= \
    AMD \
    APM \
    ...
    WIRELESS

.for feature in ${FEATURES}
WITHOUT_${feature}=
.endfor

    (that's what I did in one instance where I source the src.conf
file from another Makefile). It's up to you depending on your target
audience for the file on what approach you want to take.
Cheers,
-Garrett
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Small /etc/src.conf, Sean Bruno, (Sat Oct 23, 1:40 pm)
Re: Small /etc/src.conf, Rob Farmer, (Sat Oct 23, 2:21 pm)
Re: Small /etc/src.conf, Bruce Cran, (Sat Oct 23, 3:03 pm)
Re: Small /etc/src.conf, Sean Bruno, (Sat Oct 23, 3:35 pm)
Re: Small /etc/src.conf, Garrett Cooper, (Sat Oct 23, 7:19 pm)
Re: Small /etc/src.conf, Garrett Cooper, (Sat Oct 23, 8:16 pm)
Re: Small /etc/src.conf, Erik Cederstrand, (Sun Oct 24, 8:07 am)