This patch moves all optional feature macros into a new include
file called options.inc, which also documents these options.
You don't need to explicitely include this file, it's included
by Solaris.inc.

Another change is that I'd like to use uniform macro names
instead of ad hoc ones.  Examples: (use a monospaced font ;)

  command line option     old macro         new macro
     --with-l10n         %build_l10n     %option_with_l10n
     --with-debug        %debug_build    %option_with_debug
     --with-tjds         %with_tjds      %option_with_tjds

Each %option_with_foo macro has an %option_without_foo
counterpart.  The old macros are also defined in options.inc
but they are obsolete and should not be used in new spec files.

Comments, thoughts?

Thanks,
Laca

-------------- next part --------------
A non-text attachment was scrubbed...
Name: include.diff
Type: text/x-patch
Size: 6389 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/jds-review/attachments/20070927/d74c8da2/attachment.bin>

Reply via email to