freebsd-dev/lib/libc
Bruce Evans 3d56ef8c48 Generate .S files for syscalls. This has many advantages:
- dependencies actually work (I need this to propagate some fixes
  in <machine/asm.h>)
- the cpp pipeline goes away, so errors can't leak out of it and
  an ANSI cpp is automatically used.
- it's simpler - standard rules get used instead of repetitive
  special rules.  (This showed bugs in the strip steps in the
  standard rules.  The wrong strip flag was also used for *.po
  here.)

Removed some ${ECHO}s and `@'s.  Normal make echoing of what is
being done is now not much more verbose than the echo messages
were, and is more useful.
1997-04-23 10:49:54 +00:00
..
amd64 Fixed long lines. 1997-04-19 17:05:30 +00:00
compat-43 Fixed wrong/incomplete #includes in synopsis. 1997-04-13 13:02:07 +00:00
db Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
gen FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway) 1997-04-22 09:44:06 +00:00
gmon Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:16:20 +00:00
i386 Use separate routines for memmove() and memcpy(). This lets me drop 1997-04-20 13:02:48 +00:00
locale Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
net Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:26:42 +00:00
nls Restricting $LANG was a really bad idea 1997-03-25 05:36:37 +00:00
quad Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
regex Speedup in case locale not used 1997-04-04 19:40:49 +00:00
rpc Fixed wrong #include in synopsis. 1997-04-13 13:29:06 +00:00
stdio Fixed #include and/or prototype bugs in synopsis. 1997-04-13 13:35:33 +00:00
stdlib Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
stdtime Fixed wording of previous change. 1997-03-31 05:18:27 +00:00
string Fixed #include and/or prototype bugs in synopsis. 1997-04-19 15:57:20 +00:00
sys Generate .S files for syscalls. This has many advantages: 1997-04-23 10:49:54 +00:00
xdr Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
yp Don't even think about processing bogus domain names here. 1997-04-10 20:26:04 +00:00
Makefile Support GLOBAL style tags. 1997-04-13 06:44:25 +00:00