summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-221-3/+7
* Revice the way the CTF conversion is done per object. Avoid creating a secondjb2008-06-291-1/+1
* Change the CTF conversion makefile code to use a new line to avoidjb2008-06-091-1/+1
* Add the CTF conversion to the generated makefile. In the case wherejb2008-05-231-1/+1
* Don't leak files.imp2006-10-241-3/+2
* End my resistance to jmg's multiple hints files and bring in supportimp2006-10-241-9/+6
* Added rudimentary support for the "include" directive (inside "files").ru2006-10-011-0/+14
* Remove an unused variable.stefanf2006-07-191-2/+1
* Use calloc() instead of zeroing the memory our own.delphij2006-06-071-2/+1
* Allow newer config versions to config older versions with the sameimp2006-02-031-1/+2
* - Avoid adding devices multiple times to the device list.ru2005-12-301-5/+2
* Clean up most of the "XXX"-tagged items:ru2005-12-301-13/+22
* Make config(8) understand ORed dependecies in "files*" andru2005-11-271-11/+21
* Clean some code that became obfuscated over the years:ru2005-11-251-43/+19
* Kill count device support from config. I've changed the last fewpeter2004-08-301-14/+4
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-071-4/+0
* Fix a few glitches in my previous commit.cognet2004-05-111-2/+1
* Add a new "files" directive, which allows to include a files.foo file directlycognet2004-05-091-27/+32
* Not particularly pretty hack to generate rules to make .ln filesmarkm2003-06-161-2/+10
* Don't convert the kernel ident to uppercase when writing the Makefile.des2003-04-241-1/+1
* Avoid emitting duplicate makefile entries.phk2003-04-121-1/+4
* Convert to using <sys/queue.h> macros.ru2003-02-151-18/+12
* Moved the setting of all profiling-related variables except the key onebde2002-07-131-11/+7
* Commit some infrastructure for turning on -Werror for kernel compiles.peter2002-02-201-3/+11
* Use includes to get prototypes for hints and env arrays.peter2001-09-171-0/+8
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-271-13/+49
* Put on my peril-sensitive sunglasses and remove the POLA-violatingpeter2001-07-141-0/+7
* Some more tidying up. we dont use config-dependent anyware. Eliminatepeter2001-02-281-15/+3
* s/special/compilewith/ (so I stop confusing myself) and GC an unusedpeter2001-02-281-26/+11
* Untangle some special magic that happened for conflicting defintions forpeter2001-02-281-17/+0
* Remove some more dead code. :-/peter2001-02-281-10/+4
* GC some leftover stuff (device-driver suffix)peter2001-02-281-7/+0
* Move the 'dont forget "make depend"' to be the last thing that people see,peter2001-02-231-2/+0
* ${BDECFLAGS} work. And fix a real error in the process. A "MAXUSERS"peter2001-02-191-8/+8
* Devices are NOT compiled with the "special c2 option -i"..peter2001-02-181-3/+0
* Unwind a bit more cruft - we only have one type of device now.peter2001-01-311-3/+1
* Clean up some obsolete stuff. config -r has not been needed since aroundpeter2001-01-221-1/+2
* Stop turning 'mandatory' into an implicit 'count' line. i386/npx was thepeter2001-01-191-1/+0
* Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-251-62/+18
* Fix buffer overflows in filenames. If you had a path > 80 charactersimp2000-11-211-5/+9
* If a ${KERNEL}.hints file exists, and no hints are specified explicitly,peter2000-08-251-0/+7
* Argh! I broke the static hints parser at the last minute on freefall whenpeter2000-06-141-1/+1
* Borrow phk's axe and apply the next stage of config(8)'s evolution.peter2000-06-131-67/+102
* A checkpoint of a part of a work-in-progress. Some more cleanups forpeter2000-06-101-30/+20
* Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.peter2000-01-081-8/+15
* Add a 'warning' option for the files* files. This is intended to enablepeter1999-12-121-2/+17
* A better version of the previous checkin. If the user specifiesarchie1999-12-031-3/+9
* When specifying additiona user-specified kernel compilation sourcearchie1999-12-021-1/+1
* Add option "-d destdir" which instructs config to use another outputmarcel1999-10-301-0/+2
* Further cleanup. Also remove the following unused or defunct tokens:peter1999-10-101-15/+9
OpenPOWER on IntegriCloud