Commit Graph

1117 Commits

Author SHA1 Message Date
cgd
7781a356bb fix a long-standing (since 1993) problem with the invocations of the 'real'
.Dd and .TH macros (after loading the right sets of macros).  Both were
being called with a different number of macros than they were actually
called with, and that was screwing up Dd's processing of its arguments.
This fix is groff-specific.  It's apparently possible to do this is a
non-groff-specific way, but relatively hard, and my roff skills just aren't
up to it (and I have no intention of changing that 8-).  I've marked the
lines that are groff-specific, at least.
1997-05-28 19:55:09 +00:00
cgd
594ba5d1c8 add missing entries for ".Os NetBSD <version>" versions. also, fix
a few that were there but incorrect (e.g. s/0.9a/0.9A/ in output text).
When updating .Nx, don't forget to update this, too!
1997-05-28 19:49:48 +00:00
veego
2fbf728651 Add '-nostdlib -L${BUILDDIR}/usr/lib' for ${LDADD} so it links a shared
library with the correct shared library.
1997-05-28 11:16:19 +00:00
mycroft
d5e3cfc07a Add a missing / in SHLIB_LD*FILE. 1997-05-27 18:51:12 +00:00
cjs
058d54e069 Always look in usr/lib for crtbegin/crtend; LIBDIR is the destination
directory of the library we're currently compiling.
1997-05-27 18:21:16 +00:00
cjs
b73b99ed41 Put include information in CPPFLAGS only (not in CFLAGS or MKDEPFLAGS).
Add note that CPPFLAGS is (or should be) passed to all programs that
pass input through cpp.
1997-05-27 18:09:00 +00:00
cjs
2fc3406301 Re-add other folks' changes that I accidently reverted when I did my
build system changes commit.
1997-05-27 17:45:57 +00:00
cjs
f66891a189 Make sure mkdep gets correct include directories. 1997-05-27 17:01:56 +00:00
pk
9e91a31967 Remove bogon. 1997-05-26 20:53:28 +00:00
cjs
b3b931acf8 Patch for yesterday's batch of `new build system' commits that I forgot
to commit.
1997-05-26 16:36:41 +00:00
cjs
5fd7ce7066 These updates to the build allow building against include files
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.
1997-05-26 03:55:19 +00:00
is
b68f9ed256 Add CODE REFERENCES sections. While here, move the fddi_{add,del}multi
description right below the ether_{add,del}multi description.
1997-05-25 17:58:22 +00:00
is
10fc645f15 Make clear which of these functions need to be called by hardware drivers. 1997-05-25 15:55:21 +00:00
is
580187839a Documentation of Ethernet and FDDI driver support functions and macros. 1997-05-25 15:54:22 +00:00
jonathan
346af6eeff More table-driven changes: split CPICFLAGS into separate flags, to
support the two different incompatible rules for build .so files from
.S source on both NetBSD and binutils toolchains:

	 ${CPP} | ${AS} for syscalls
	 ${CC}   	for non-syscalls
for which the different toolchains's ${AS}  requires diffferent flags.
1997-05-24 01:42:36 +00:00
cjs
23cbb00329 Back out previous change; bug was in src/share/mk/bsd.prog.mk. 1997-05-22 18:05:44 +00:00
jeremy
dcfd9aaa8a Add intro(9). 1997-05-22 03:46:33 +00:00
jeremy
a9f5946c00 Reduce redundant 'describes'. 1997-05-22 03:41:00 +00:00
jeremy
d58b5c298b Introduction to kernel internals section. 1997-05-22 03:39:20 +00:00
jeremy
d354506769 Remove extra whitespace. 1997-05-22 02:12:18 +00:00
jeremy
44572d2bb8 Description of sun3 interrupt handler interface functions. 1997-05-22 00:39:26 +00:00
jeremy
b0dc94ccd1 Added SUBDIRS= for architecture dependent directories. 1997-05-21 22:45:16 +00:00
mjacob
3942000d9a Real link doesn't work because the install comes after. Use a symlink instead. 1997-05-21 21:31:43 +00:00
jeremy
98b6233268 Added missing function arguments. Also made it clear which process receives
the data.
1997-05-21 03:14:07 +00:00
jeremy
f65ba6ca92 Added leds.4. 1997-05-21 01:42:33 +00:00
jeremy
41b84f150c Man page for der Mouse and Gordon Ross's /dev/leds diagnostic LED interface. 1997-05-21 01:40:03 +00:00
is
3274c536b3 Yet another try to sanitize the bootblock build. Each major target has now
its own subdirectory.
Smaller changes involved:
- installboot installs to /usr/mdec
- installboot.8 installs to /usr/share/man/cat8/amiga/
1997-05-19 21:18:58 +00:00
pk
33f9641c2b Add NetBSD RCSId.
Fix spelling.
1997-05-18 22:08:27 +00:00
kleink
4c60ea6dc2 Add libposix. 1997-05-18 20:21:53 +00:00
pk
7a128d9be1 An ESP406/FAS408 ISA SCSI adapter driver (from Eric S. Hvozda; PR#3581) 1997-05-17 21:00:00 +00:00
christos
67c5f6f8ee Add a realinstall target so that we recurse to subdirectories making install,
before the our afterinstall target fires.
1997-05-17 16:59:28 +00:00
mycroft
a9b9dbd457 Do LINKS and SYMLINKS after FILES and INCS. 1997-05-17 16:43:31 +00:00
mycroft
e30142d40d Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the
right preferences.
1997-05-17 02:01:07 +00:00
explorer
51096e423b Add kernel log() man page. Will add other logging/printing functions soon. 1997-05-12 23:51:56 +00:00
lukem
6de0bcebfd document $hostname, $domainname, $defaultroute and $ifaliases_XXX 1997-05-12 11:28:19 +00:00
mikel
698eafc238 update to match reality. changes include:
- add missing update_motd and ntpdate_hosts variables
- fix incorrect variable names (syslogd_flags and kerberos_server)
- xntpd(8) has been integrated
- kerberos_server is no longer used by rc.local
- add some xrefs
plus some misc. cleanup.
1997-05-12 05:21:51 +00:00
mikel
689e1cbafe fix FILES list indentation, and comma-separate SEE ALSO list; from Enami
Tsugutomo in PR misc/3598.
also some cleanup by myself.
1997-05-11 08:21:28 +00:00
mycroft
fb74da89f9 Add another .PHONY. 1997-05-10 14:19:02 +00:00
mycroft
e5ae95698c Always rebuild links, since dependencies don't DTRT. 1997-05-10 10:55:19 +00:00
mycroft
bb84c33ebb Add some .NOTMAINs. 1997-05-10 10:54:27 +00:00
mycroft
544c782a19 Move makewhatis.sed into man0, and split the Makefile. 1997-05-09 14:31:24 +00:00
mycroft
3ae4ef8d4c Fix typo in previous. 1997-05-09 13:40:34 +00:00
mycroft
4e5d05c9cc Automatically add the .c files corresponding to .l and .y files to DPSRCS.
Automatically add DPSRCS to CLEANFILES.
1997-05-09 13:25:46 +00:00
mycroft
83a6d8a106 Get the install dependencies in the right order, for the first time. 1997-05-09 09:18:23 +00:00
mycroft
fde14a0e77 Remove cruft. 1997-05-09 07:56:00 +00:00
mycroft
cc4a1553a1 Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
mycroft
a6b93bb66a Don't empty the suffix list. 1997-05-09 06:19:55 +00:00
mycroft
ca03cbbd4d Oops; rearrange dependencies to get things built early enough. 1997-05-09 05:43:41 +00:00
mycroft
f0a00ea4d3 Make sure INCS and SRCS are built if necessary. 1997-05-09 05:17:29 +00:00
gwr
386c8864bc Set the .NOPATH flag for ${OBJS} (from Christos). 1997-05-08 21:21:25 +00:00