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
..
1997-04-03 06:08:28 +00:00
1997-03-23 23:17:22 +00:00
1997-04-13 01:16:58 +00:00
1997-04-13 01:16:58 +00:00
1997-04-13 01:16:58 +00:00
1997-04-13 14:12:48 +00:00
1997-04-17 23:31:47 +00:00