summaryrefslogtreecommitdiff
path: root/usr.sbin/config/mkmakefile.c
AgeCommit message (Expand)Author
2021-11-28remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN().Theo de Raadt
2019-06-28fputc/fputs return EOF on errorTheo de Raadt
2019-04-01In the KARL relink case, the bsd.gdb built on the way (so that we getTheo de Raadt
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-06-22Generate the newbsd: and install-update: targets here, rather thanTheo de Raadt
2016-10-16Use the err(3) family of functions more consistently.Theo Buehler
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-04fix a fd leak in an error pathJonathan Gray
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-10-29emit an extra "config" convenience target that allows oneMarc Espie
2012-09-17tedu lint tendrils through config internals.Marc Espie
2011-10-02Fix some minor things in config(8):Edd Barrett
2010-06-02fix potential use of uninitialized value, and remove unused variables.Charles Longeau
2010-05-31Do not add the swap*.c to the CFILES as a dependency. The rest of theTheo de Raadt
2010-05-24automatically generate the _arch= and _mach= lines at the top of the kernelTheo de Raadt
2009-10-19Correct a target name so that we don't rebuild vers.o (and thenPhilip Guenthe
2008-08-14simplify S definition to just srcdir, since it appears there's no specialMarc Espie
2008-04-19remove build warnings:Charles Longeau
2008-03-22spaces found reading that diffTheo de Raadt
2008-03-22put in explicit suffix rules, they're needed anyways since $< is only usedMarc Espie
2007-11-27add missing header for errx.Charles Longeau
2007-11-26Let multiple variables in the same filename expandTheo de Raadt
2007-11-26Put the converted filename into the makefiles, so that we can later supportTheo de Raadt
2007-11-26discard still-born support for .o files in the "file" command..Theo de Raadt
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25Extend the "file" directive to accept multiple pathnames seperated by '|'.Theo de Raadt
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-05-06lint can't do assembly files, put them directly in OBJS.Marc Espie
2006-04-27lint(1) support in config:Marc Espie
2006-04-08Whack some obviously dead code (double return's, code after goto).Kenneth R Westerback
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn
2004-01-04knf and lintTheo de Raadt
2003-06-28ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmeiTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-23moved swapgeneric.cTed Unangst
2002-05-29more snprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-01-05Generate Makefiles that don't get confused if the source layout (withAngelos D. Keromytis
1997-11-13from mycroft;Theo de Raadt
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
1996-10-23Merge of NetBSD 961020. Includes flexible build/source dir specsNiklas Hallqvist
1996-05-10do 'make links' treat swap*.o just as all the .o files.Michael Shalayeff
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-25From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt