summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-196-29/+29
|
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-196-6/+56
|
* rework to use BUILDSYMLINKS and the <bsd.sys.mk> rule for .c.lolukem2003-10-181-6/+3
|
* remove unnecessary /lukem2003-09-301-2/+2
|
* sort recently added entriesjdolecek2003-09-201-19/+16
| | | pointed out by Valeriy E. Ushakov on source-changes
* add mine:jdolecek2003-09-201-0/+3
| | | ``NetBSD - no propaganda in the default system, in more than 10 years!''
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
|
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
|
* Add missing ". From Tim Goodwin via PR misc/22843.salo2003-09-181-1/+1
|
* M-x sort-paragraphsuwe2003-09-141-32/+32
|
* "NetBSD - We sell rope."uwe2003-09-141-0/+2
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-07363-2439/+987
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Rework how dependency generation is performed:lukem2003-08-012-7/+4
| | | | | | | | | | | | | | | | | | | | | | * DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204. * To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx * If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES * Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS} * Deprecate the (short lived) DEPENDSRCS Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries. Tested with "make -j 8 distribution" and "make distribution".
* simplify and use ${DEPENDSRCS} as a target as appropriatelukem2003-07-311-15/+5
|
* netbsd.org->NetBSD.orgsalo2003-07-261-2/+2
|
* Rename a large chunk of the make(1) variables which refer to alukem2003-07-102-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo Document all of these in bsd.README. This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
* Sy Aq -> Aq Sy so both work.wiz2003-07-011-2/+2
|
* Quote question mark.wiz2003-06-272-4/+4
|
* Fix macro order, and quote question mark.wiz2003-06-271-2/+2
|
* Use only one of -literal and -unfilled with Bd.wiz2003-06-261-3/+3
|
* Sync with v20030416 of Makefile.wiz2003-06-111-4/+33
|
* Make build.wiz2003-06-112-4/+6
|
* Merge with v20030416.wiz2003-06-1123-130/+703
|
* Make this work on 64 bit big endian platforms.martin2003-06-111-4/+4
|
* Use standard section header; add nokeep to table to avoid page/line breakwiz2003-05-181-2/+3
| | | in table. From jmc@openbsd.
* setup -> set up.wiz2003-05-141-2/+2
|
* Remove double spaces between wordsmjl2003-05-081-9/+8
|
* uniq.mjl2003-05-083-344/+0
|
* Move limericks to limerick file. Sort that and uniq.mjl2003-05-082-356/+99
|
* Move limericks to limerick file. Sort that and uniq.mjl2003-05-082-127/+114
|
* Sort and remove duplicates.mjl2003-05-081-1614/+1323
|
* Pull in corrections from Free/OpenBSD.mjl2003-05-083-1628/+1446
| | | Also move limericks to limerick file.
* Pull in corrections from Free/OpenBSD.mjl2003-05-083-241/+19
|
* Merge in corrections/additions from Free/OpenBSD.mjl2003-05-082-11/+43
|
* Merge in corrections from Free/OpenBSD.mjl2003-05-081-4/+5
|
* de-__P().wiz2003-05-084-77/+77
|
* Typo fix. From FreeBSD PR/51909.mjl2003-05-071-1/+1
|
* don't print error messages using warn, because we clear the screen immediatelychristos2003-05-031-35/+48
| | | afterwards and they vanish.
* Drop a trailing dot. From jmc@openbsd.wiz2003-04-261-2/+2
|
* Fix some nits, do not mark up i.e. too much. From jmc@openbsd.wiz2003-04-261-10/+8
|
* Grammar fixes, from jmc@openbsd.wiz2003-04-261-3/+3
|
* Grammar and punctuation fixes, from jmc@openbsd.wiz2003-04-261-5/+5
|
* Grammar fixes, from jmc@openbsd.wiz2003-04-261-5/+5
|
* Use .Nm instead of "arithmetic" in one place. From jmc@openbsd.wiz2003-04-261-2/+4
|
* Implement a -t option, to easily select an acronyms list from /usr/share/misc.jmmv2003-04-252-5/+16
| | | | One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp to search the acronym as usual.
* PR/8247: Simon Burge: monop(6) save/restore doesn't work.christos2003-04-212-6/+9
| | | | | | With the advent of elf and mmaping malloc, assumptions that the code made before about location and contents of the data segment broke. We supplied an sbrk() only malloc, and recorded the break point at the beginning of the program, so now save and restore works, in the traditional monop style.
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-212-3/+500
| | | the data segment only. Maybe we should make libbsdmalloc?
* Mention the /usr/share/misc/acronyms.comp database.jmmv2003-04-111-3/+5
|
* And use basename $0 to get program's name...jmmv2003-04-101-2/+2
|
* Implement the `-f' command line option to specify which acronyms databasejmmv2003-04-102-4/+40
| | | to use. Overrides ACRONYMDB's value, if given.