Date: Wed, 23 Apr 1997 03:49:54 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-lib@FreeBSD.org Subject: cvs commit: src/lib/libc/sys Makefile.inc Message-ID: <199704231049.DAA04246@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/04/23 03:49:54
Modified: lib/libc/sys Makefile.inc
Log:
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.
Revision Changes Path
1.28 +13 -38 src/lib/libc/sys/Makefile.inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704231049.DAA04246>
