]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add option "-d destdir" which instructs config to use another output
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 30 Oct 1999 10:55:48 +0000 (10:55 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 30 Oct 1999 10:55:48 +0000 (10:55 +0000)
commitc1454d67ec8684c774dde1b5b3acff3117a686c1
treea9d2384ac6461c3a49b2c9508ecc88304b9ac808
parent3f5bbb089a8176eb4d3a37120e4586c5bf832443
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
usr.sbin/config/config.8
usr.sbin/config/config.h
usr.sbin/config/config.y
usr.sbin/config/lang.l
usr.sbin/config/main.c
usr.sbin/config/mkmakefile.c