Date: Tue, 13 Jul 2010 04:08:08 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/config config.8 configvers.h main.c mkoptions.c Message-ID: <201007130408.o6D48LOo059218@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-07-13 04:08:08 UTC FreeBSD src repository Modified files: usr.sbin/config config.8 configvers.h main.c mkoptions.c Log: SVN rev 209969 on 2010-07-13 04:08:08Z by nwhitehorn Enhance config to handle MACHINEs with multiple architectures: - Passing -m to config will now print the MACHINE and MACHINE_ARCH given in the passed kernel configuration file and then exit. - If an option is defined in options.MACHINE with the same name as the architecture of the kernel being configured, that option will be considered set. This allows conditional compilation based on CPU architecture. Config version is now 600010. Reviewed by: imp Revision Changes Path 1.48 +3 -0 src/usr.sbin/config/config.8 1.49 +1 -1 src/usr.sbin/config/configvers.h 1.85 +20 -9 src/usr.sbin/config/main.c 1.39 +14 -0 src/usr.sbin/config/mkoptions.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007130408.o6D48LOo059218>