freebsd-skq/sys/conf
Bruce Evans 40974c748a Never strip the kernel.
Recommend -Wimplicit in CWARNFLAGS next.  There are still a few hundred
potential arg mismatches because no function declaration is in scope.

Don't duplicate option `-I.'.

Remove null editing of the assembler source for all profiled objects.
The required magic has been done since prehistoric times by an
asm("mcount") declaration.

Simplify the clean rule.

Don't try to be clever about timestamps involving genassym.  genassym's
timestamp usually got ahead of assym.s's timestamp, so `make' almost
always had to run genassym and compare *assym.s to decide that nothing
needed to be done.  The cost is reassembling a few files whenever
genassym is rebuilt.  Assembling is almost as fast as comparing.

Always go through genassym.o to build genassym.  This would have avoided
numerous bugs involving mkdep -p.  Now it just stops genassym from
depending on the name of the temporary object file.

Use ${CFLAGS} for building genassym.  Mainly ${CWARNFLAGS} were missing.
1994-10-25 19:34:57 +00:00
..
defines BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00
files Added kern_devconf.c as standard. 1994-10-16 03:49:43 +00:00
files.i386 Added ibcs2_socksys file. 1994-10-13 20:19:11 +00:00
files.newconf BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00
kmod.mk Lots of kernel code requires vnodE_if.h, so provide code to generate it 1994-09-26 22:34:04 +00:00
Makefile.i386 Never strip the kernel. 1994-10-25 19:34:57 +00:00
Makefile.powerpc Never strip the kernel. 1994-10-25 19:34:57 +00:00
newvers.sh Bumped the version to 2.0.1-Development. 1994-10-18 01:50:21 +00:00
nfsswapkernel.c Renamed this thing, and change 'vmunix' to 'kernel' internally. 1994-08-05 09:25:31 +00:00
nfsswapvmunix.c Added $Id$ 1994-08-02 07:55:43 +00:00
NOTES Added sea0 - Seagate driver lines to config 1994-10-24 22:18:12 +00:00
param.c Added SYSV ipcs. 1994-09-13 14:47:38 +00:00
systags.sh Added $Id$ 1994-08-02 07:55:43 +00:00