lukem
001c68bd94
Rename a large chunk of the make(1) variables which refer to a
...
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.
2003-07-10 10:33:58 +00:00
wiz
43fd1b176d
Sy Aq -> Aq Sy so both work.
2003-07-01 10:25:03 +00:00
wiz
03721033c3
Quote question mark.
2003-06-27 22:48:35 +00:00
wiz
a1cbee5c2a
Fix macro order, and quote question mark.
2003-06-27 22:47:44 +00:00
wiz
174b41a432
Use only one of -literal and -unfilled with Bd.
2003-06-26 10:04:37 +00:00
wiz
8ebb36ee3d
Sync with v20030416 of Makefile.
2003-06-11 12:10:21 +00:00
wiz
45ddd67018
Make build.
2003-06-11 12:04:06 +00:00
wiz
1196717577
Merge with v20030416.
2003-06-11 12:00:21 +00:00
martin
6c0c40a580
Make this work on 64 bit big endian platforms.
2003-06-11 09:51:56 +00:00
wiz
11d31abb7e
Use standard section header; add nokeep to table to avoid page/line break
...
in table. From jmc@openbsd.
2003-05-18 09:30:08 +00:00
wiz
d43e332f1e
setup -> set up.
2003-05-14 12:11:03 +00:00
mjl
e1da921bcf
Remove double spaces between words
2003-05-08 18:12:24 +00:00
mjl
ffc1b6dbc9
uniq.
2003-05-08 17:51:12 +00:00
mjl
46e0a4e1f1
Move limericks to limerick file. Sort that and uniq.
2003-05-08 17:25:48 +00:00
mjl
386e6f0451
Move limericks to limerick file. Sort that and uniq.
2003-05-08 17:01:04 +00:00
mjl
7acf0f4592
Sort and remove duplicates.
2003-05-08 16:37:45 +00:00
mjl
844a2d0e52
Pull in corrections from Free/OpenBSD.
...
Also move limericks to limerick file.
2003-05-08 16:20:25 +00:00
mjl
d6bcb9629a
Pull in corrections from Free/OpenBSD.
2003-05-08 14:53:08 +00:00
mjl
8c2a9c1fcb
Merge in corrections/additions from Free/OpenBSD.
2003-05-08 14:27:10 +00:00
mjl
cf844e8134
Merge in corrections from Free/OpenBSD.
2003-05-08 14:14:32 +00:00
wiz
73a79751ed
de-__P().
2003-05-08 13:03:49 +00:00
mjl
b7a00e9b8a
Typo fix. From FreeBSD PR/51909.
2003-05-07 19:00:13 +00:00
christos
66ddadf04f
don't print error messages using warn, because we clear the screen immediately
...
afterwards and they vanish.
2003-05-03 09:10:23 +00:00
wiz
7bd171e1c0
Drop a trailing dot. From jmc@openbsd.
2003-04-26 21:30:51 +00:00
wiz
44b78a7cce
Fix some nits, do not mark up i.e. too much. From jmc@openbsd.
2003-04-26 21:30:23 +00:00
wiz
52db8880b1
Grammar fixes, from jmc@openbsd.
2003-04-26 21:29:10 +00:00
wiz
4f5188442b
Grammar and punctuation fixes, from jmc@openbsd.
2003-04-26 21:28:40 +00:00
wiz
2418e1fb09
Grammar fixes, from jmc@openbsd.
2003-04-26 21:27:47 +00:00
wiz
d6727d2a93
Use .Nm instead of "arithmetic" in one place. From jmc@openbsd.
2003-04-26 21:27:01 +00:00
jmmv
24c2b45c15
Implement a -t option, to easily select an acronyms list from /usr/share/misc.
...
One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp
to search the acronym as usual.
2003-04-25 19:08:31 +00:00
christos
cbb9bcafa0
PR/8247: Simon Burge: monop(6) save/restore doesn't work.
...
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.
2003-04-21 01:25:27 +00:00
christos
dcf856aa49
use an sbrk() only malloc() because save and restore depends on saving
...
the data segment only. Maybe we should make libbsdmalloc?
2003-04-21 01:23:06 +00:00
jmmv
bd6abf4617
Mention the /usr/share/misc/acronyms.comp database.
2003-04-11 11:13:34 +00:00
jmmv
103c8a5c49
And use basename $0 to get program's name...
2003-04-10 09:21:19 +00:00
jmmv
013854bde3
Implement the `-f' command line option to specify which acronyms database
...
to use. Overrides ACRONYMDB's value, if given.
2003-04-10 09:18:24 +00:00
jdolecek
50162d1023
add a fortune contributed by Petter "Nosfisk" Lindquist in PR misc/21070
...
a nice one - thanks!
2003-04-08 19:41:08 +00:00
jsm
1c7f94e505
Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and
...
CWI <http://www.cwi.nl/~aeb/games/hack/hack.html >. Via OpenBSD.
Addresses part of PR bin/5850.
2003-04-02 18:36:33 +00:00
drochner
ccc6315386
Rewrite broken broadcast interface detection code using getifaddrs(3).
...
"hunt -q" works now.
2003-04-01 12:01:34 +00:00
wiz
8ad24861a6
PDP-11 instead of PDP 11. Igor Sobrado in PR 19678.
2003-03-30 20:53:30 +00:00
jsm
c1e0ba8801
Yugoslavia has changed its name to Serbia and Montenegro.
2003-03-29 17:54:44 +00:00
jsm
cd2ce25e12
The Hague is not the capital of the Netherlands. Reported by Hugo van
...
Galen <hugo@Dot.net> (in the Netherlands) and Florian Boehl
<flo@namensraumverschmutzung.net>.
2003-03-29 17:54:00 +00:00
briggs
50f21b17a9
Some might call them the Wright Bothers, but I prefer Wright Brothers.
2003-03-20 13:46:40 +00:00
jdc
e5c039ad54
Make this work on sparc64 (don't use long and assume sizeof(long) = 4).
...
Tested against a LE32 system (arm).
2003-02-26 07:14:44 +00:00
wiz
990562bfef
.Nm does not need a dummy argument ("") before punctuation or
...
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
wiz
b517ab4402
.Nm still needs "".
2003-02-23 23:40:47 +00:00
salo
f3a1dd8300
Use pipe ("|") as a sed command field separator and allow slash ("/")
...
character in acronyms. (e.g. W/, B/C, ...)
Approved by jdolecek.
2003-02-06 15:17:01 +00:00
simonb
276fd1665c
The Double-Semi-Colon Police.
2003-01-20 05:29:53 +00:00
mjl
9e1556de76
My god, it's full of typos (still is).
2003-01-18 11:44:11 +00:00
wiz
a3213b9aee
bandwidth, not bandwith.
2003-01-17 23:58:55 +00:00
wiz
7e681f7063
interrupt with two rs.
2003-01-06 13:04:54 +00:00