cvs commit: src/sys/conf Makefile.amd64 Makefile.i386 bsd.kern.mk files.i386
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Feb 16 11:57:47 PST 2004
dillon 2004/02/16 11:57:40 PST
DragonFly src repository
Modified files:
sys/conf Makefile.amd64 Makefile.i386 bsd.kern.mk
files.i386
Log:
Compile the kernel with -fno-common to guarentee that we do not accidently
put non-extern'd variable declarations in header files. Our module loader
no longer deals with commons so duplicate declarations can cause kldloaded
modules to fail, and its sloppy programming anyway.
Revision Changes Path
1.2 +1 -1 src/sys/conf/Makefile.amd64
1.12 +1 -1 src/sys/conf/Makefile.i386
1.4 +5 -0 src/sys/conf/bsd.kern.mk
1.14 +2 -2 src/sys/conf/files.i386
http://www.dragonflybsd.org/cvsweb/src/sys/conf/Makefile.amd64.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/Makefile.i386.diff?r1=1.11&r2=1.12&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/bsd.kern.mk.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.i386.diff?r1=1.13&r2=1.14&f=h
More information about the Commits
mailing list