summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix the error message when a dependency string is not provided tojhb2012-10-101-2/+2
* Fix copyright yearkevlo2012-01-131-1/+1
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-4/+4
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-7/+7
* Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:fjoe2011-11-301-1/+1
* The generated Makefile for the kernel was not running ctfconvert onrstone2011-11-101-3/+8
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-14/+35
* Generate MACHINE= and MACHINE_ARCH= lines based on the machineimp2011-02-111-0/+2
* Give the user a hint as to what config(8) is unhappy with.obrien2010-11-021-2/+2
* Put warnings out to stderr rather than stdout.imp2010-07-151-24/+30
* style(9) fixes:imp2010-06-131-5/+3
* Move checking the version up from Makefile generation to just afterimp2010-04-271-24/+21
* Revert r206179 (by imp) and do something similar which is more consistentnetchild2010-04-221-1/+1
* - Handle calloc() allocation failures.ru2010-03-301-0/+2
* 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
OpenPOWER on IntegriCloud