Date: Sat, 30 Oct 1999 03:55:50 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.8 config.h config.y lang.l main.c mkmakefile.c Message-ID: <199910301055.DAA62172@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/10/30 03:55:50 PDT Modified files: usr.sbin/config config.8 config.h config.y lang.l main.c mkmakefile.c Log: Add option "-d destdir" which instructs config to use another output directory than the default one. If the option is not given, then the output of config is exactly as before. Only when an alternate output directory has been specified will config modify its behavior. Additional changed: o Remove the now conflicting and unused NODEV define. It conflicts with NODEV in sys/param.h. o Rename the now conflicting MACHINE token to ARCH. It conflicts with MACHINE in sys/param.h. o Fix some easy style bugs. o Fix some easy grammar bugs in the manpage. Approved by: peter, archie Revision Changes Path 1.18 +15 -4 src/usr.sbin/config/config.8 1.30 +2 -3 src/usr.sbin/config/config.h 1.37 +3 -3 src/usr.sbin/config/config.y 1.26 +2 -2 src/usr.sbin/config/lang.l 1.37 +60 -12 src/usr.sbin/config/main.c 1.47 +3 -1 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910301055.DAA62172>