Date: Sat, 17 Apr 1999 07:41:41 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config Makefile config.h config.y lang.l main.c mkheaders.c mkioconf.c mkmakefile.c mkoptions.c mkswapconf.c mkglue.c mkubglue.c Message-ID: <199904171441.HAA97416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/04/17 07:41:41 PDT Modified files: usr.sbin/config Makefile config.h config.y lang.l main.c mkheaders.c mkioconf.c mkmakefile.c mkoptions.c mkswapconf.c Removed files: usr.sbin/config mkglue.c mkubglue.c Log: Get out the blow torch and hack away all the unused stuff. Note that I zapped the MACHINE_MIPS stuff, it isn't likely to be useful apart from recognition of the machine name. It would be reasonable to expect new ports would look something like the alpha/i386 from a config perspective. Revision Changes Path 1.22 +2 -2 src/usr.sbin/config/Makefile 1.22 +20 -34 src/usr.sbin/config/config.h 1.28 +41 -82 src/usr.sbin/config/config.y 1.17 +0 -3 src/usr.sbin/config/lang.l 1.30 +8 -31 src/usr.sbin/config/main.c 1.9 +11 -8 src/usr.sbin/config/mkheaders.c 1.50 +12 -1003 src/usr.sbin/config/mkioconf.c 1.38 +34 -34 src/usr.sbin/config/mkmakefile.c 1.9 +11 -17 src/usr.sbin/config/mkoptions.c 1.17 +5 -8 src/usr.sbin/config/mkswapconf.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?199904171441.HAA97416>