summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
Commit message (Expand)AuthorAgeFilesLines
* Moved the rule for locore.o from kern.post.mk to Makefile.$ARCH.jake2002-07-311-0/+3
* Moved the setting of all profiling-related variables except the key onebde2002-07-131-1/+1
* Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flagsmarcel2002-05-191-4/+1
* Now that we can thorougly self compile the kernel, stop hard coding thepeter2002-04-071-7/+0
* Remove the setting of 'FMT'. We now do ELF by default, so only botherobrien2002-03-241-1/+0
* Use the FreeBSD cross tools instead of the linux ones.peter2002-03-191-9/+9
* Commit some infrastructure for turning on -Werror for kernel compiles.peter2002-02-201-1/+1
* Proper fix for old config setting maxusers to 8.peter2001-12-141-1/+1
* Move kern.post.mk to last line, now that it appears safeimp2001-11-111-2/+2
* Factor the common parts of the Makefile.foo files. This introduces twoimp2001-11-021-295/+3
* Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven'tbrian2001-11-011-7/+14
* Use -ffreestanding instead of -fno-builtin. That's the officially blesseddfr2001-10-301-1/+1
* Adjust for building with gcc 3.0.1.dfr2001-10-301-2/+2
* Support the "install.debug" and "reinstall.debug" targets for kernel modules.des2001-10-271-3/+3
* Finish the asbestos suited move of $mach/conf/*.$mach to conf/*.$mach.ru2001-10-261-0/+2
* Make override of nm consistent across all platforms and sort the overrides.mp2001-10-191-1/+2
* Change kern.bootfile when mv'ing the kernelbrian2001-10-171-0/+2
* Allow C++ comments in headers - the EFI headers are full of them.dfr2001-09-151-1/+1
* * Enable dynamically linked kernel. This involves adding a self-relocatordfr2001-09-131-1/+1
* Rename kernel entry point from locorestart to __start.dfr2001-09-101-1/+0
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-3/+6
* In order to bring about the end of the universe, delete the lines:peter2001-08-151-2/+0
* When building a debugging kernel with modules, build modules withsheldonh2001-08-021-0/+3
* param.c no longer gets special treatment. Use the source tree version.peter2001-07-261-11/+4
* Bump config version.imp2001-07-021-1/+1
* Move kernel compile directory from sys/compile/FOO toimp2001-06-301-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-17/+2
* Move the -I../../../include or -I/usr/include to the last entry on thepeter2001-06-121-6/+7
* Relocate IPFilter from sys/netinet to sys/contrib/ipfilter.jlemon2001-06-071-0/+3
* New files and layout for the ACPI CA 20010518 update.msmith2001-05-291-1/+1
* Add back in the bits to remove any existing "schg" flags as we haveobrien2001-04-291-0/+2
* Don't install KO's with the "schg" flag.obrien2001-04-251-9/+2
* Ignore chflags errors. This makes installing to nfs mounted targetimp2001-04-251-2/+2
* Add support for MODULES_OVERRIDE. This is a list of modules to buildimp2001-04-021-0/+3
* Restore the careful preservation of .depend (rev 1.78 of Makefile.i386)obrien2001-03-241-2/+4
* Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernelkris2001-03-121-1/+4
* Add a 'clobber' target.. Like 'clean' but it takes out even the configpeter2001-02-271-0/+8
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileobrien2001-02-121-1/+5
* Improve kernel bootstrapping:marcel2001-01-281-3/+5
* Change the reinstall.debug target to depend onjhb2001-01-191-4/+8
* Corresponding version bump for config with the DEV_FOO replacement forpeter2001-01-191-1/+1
* Back out the modules `make obj' speedup.obrien2000-12-241-6/+6
* Use the canonical spelling for the path to sys.obrien2000-12-221-2/+2
* Greatly speed up the modules `make obj' phase.obrien2000-12-211-6/+6
* Sync-up so that buils actually work again.marcel2000-12-101-15/+9
* Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-251-4/+4
* Fix the `make -jX' (X>1) breakage.obrien2000-11-171-9/+11
* Add a hook for doing #include magic (for src/tools/tools/kerninclude).phk2000-10-291-1/+1
* Make it possible to specify profiling in the kernel config file.phk2000-10-141-1/+1
* Do not prepend `DESTDIR' to `KMODDIR' as sys/conf/kmod.mk already doesobrien2000-10-031-1/+1
OpenPOWER on IntegriCloud