Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   apb
Date:           Sat Feb 14 16:53:55 UTC 2009

Modified Files:
        src/sys/arch/i386/conf: Makefile.i386
        src/sys/arch/macppc/conf: Makefile.macppc
        src/sys/arch/mips/conf: Makefile.mips
        src/sys/arch/powerpc/conf: Makefile.powerpc

Log Message:
Now that "options MODULAR" is handled via defflag, the Makefile
generated by config(1) in the kernel compile directory no longer
contains IDENT=-DMODULAR.  Instead, there's an opt_modular.h file that
might or might not contain "#define MODULAR 1".

Adapt to this by adding an OPT_MODULAR variable to relevant Makefiles,
set via an awk script that parses opt_modular.h.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 src/sys/arch/i386/conf/Makefile.i386
cvs rdiff -r1.31 -r1.32 src/sys/arch/macppc/conf/Makefile.macppc
cvs rdiff -r1.52 -r1.53 src/sys/arch/mips/conf/Makefile.mips
cvs rdiff -r1.41 -r1.42 src/sys/arch/powerpc/conf/Makefile.powerpc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index