summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
Commit message (Expand)AuthorAgeFilesLines
* Add -Wunused to try and catch any future offendersgpalmer1996-06-121-2/+2
* Bring back the `config file in the kernel' feature from the 1.x days. Thisjkh1996-06-081-3/+4
* Instead of: cpp blah file.s | as -o file.o, use instead:peter1996-05-311-5/+3
* ``mv'' -> ``mv -f''wosch1996-05-071-2/+2
* Replace the dependency of `install' from `kernel' by a test for thejoerg1996-05-021-2/+6
* removed:phk1996-05-021-2/+2
* Make `install' depend on `kernel'. Some idiot tried to install ajoerg1996-04-271-2/+2
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-301-5/+7
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-291-3/+3
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+3
* Also move /var/db/kvm_kernel.db to /var/db/kvm_kernel.old.db IF we changepeter1996-01-081-1/+2
* Only change the sysctl variable if it presently points to /kernel.phk1996-01-071-2/+4
* Delete a couple of unnecessary dependencies on Makefile.wollman1996-01-051-3/+3
* Removed almost all traces of libkern.a. The objects that were inbde1995-12-261-26/+4
* Added `-Wstrict-prototypes -Wmissing-prototypes' to CWARNFLAGS so thatbde1995-12-161-3/+4
* i386 is defined by the compiler, so don't define it here. LOAD_ADDRESSdg1995-11-191-2/+2
* Add a DRIVER_S= definition that config wants to use for assemblerpeter1995-11-011-1/+2
* When moving kernel to kernel.old, also change kern.bootfile.toguido1995-10-301-1/+2
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-291-3/+3
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-3/+3
* Fix clean rule to remove remove everything that isn't created by configbde1995-07-221-3/+4
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Make `make links' work by leaving swapkernel.c off out of the links processingwollman1995-05-111-3/+3
* Modify behavior of INCLUDES to never look in /usr/include unless wenate1995-04-051-2/+8
* Added -I/usrinclude to the tail end of the INCLUDES line. This hacknate1995-04-031-2/+2
* CVS:bde1995-03-281-3/+3
* Reviewed by:bde1995-03-251-3/+3
* Add -Wimplicit to ${CWARNFLAGS} so that implicitly declared functionsbde1995-03-251-3/+4
* Removed obsolete vtrace() remnants.dg1995-03-041-8/+1
* Fix "dependency" spelling error. Implement "clean" entries for devicegibbs1995-03-011-2/+4
* Use relative include path and -nostdinc avoid getting anything frombde1995-02-261-2/+3
* Pass '-m' to symorder. Kernels without INET will fail otherwise.phk1995-01-291-2/+2
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-251-11/+19
* Handle the aic7770 driver's dependancies correctly.gibbs1994-12-311-2/+4
* Go back to -O optimization...Bruce's arguments against -O2 are convincingdg1994-11-271-2/+2
* Changed optimization level to -O2.dg1994-11-241-2/+2
* Don't define KERNEL for compiling genassym. The prototype for the systembde1994-11-151-3/+3
* Never strip the kernel.bde1994-10-251-40/+16
* LINT: vastly restructured so that it's actually useful for somethingwollman1994-10-211-4/+4
* Conditionally define CC, CWARNOPTS, etc., so that `makeoptions' inwollman1994-10-181-15/+12
* Put genassym: back how it was originally, the real bug was in mkdep.rgrimes1994-10-031-2/+2
* dependency for genassym was wrong, there is never made a genassym.o file.phk1994-10-031-2/+2
* genassym: depends on Makefile and genassym.o, genassym.o dependicies arergrimes1994-10-021-2/+2
* In case CWARNFLAGS and COPTFLAGS are already defined (from /etc/make.confphk1994-10-021-1/+5
* genassym: depends on the source code too.rgrimes1994-10-011-2/+2
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+2
* Do strip -x of kernelcsgr1994-09-291-2/+11
* Fixed the problem where "make depend" was mandatory for building kernel.phk1994-09-231-2/+2
* Add SYSV shm stuff back to LINT.jkh1994-09-161-1/+2
* Don't include options MULTICAST or MROUTING in generic kernels. MULTICASTwollman1994-09-091-1/+5
OpenPOWER on IntegriCloud