freebsd-nq/sys/i386
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
..
apm Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
bios Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
boot Found one of the show-stoppers in netboot... 1994-10-22 16:30:58 +00:00
conf Never strip the kernel. 1994-10-25 19:34:57 +00:00
eisa Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
i386 Use the correct macro for deciding whether syscons' variables should 1994-10-25 18:22:32 +00:00
ibcs2 First shot README file for iBCS support 1994-10-23 19:20:57 +00:00
include Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
isa Patch to fix QIC-02/QIC-36 by Gene Stark. 1994-10-25 08:57:39 +00:00
pci Added decoding of chipset registers for Pentium 90/100 CPUs. 1994-10-25 18:45:19 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00