dyoung
|
f0a4fe1c3c
|
Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
portable. The latter is not supported by Mac OS X Lion.
|
2012-03-12 22:02:07 +00:00 |
apb
|
cd5c0f944d
|
In shell scripts invoked during a build, and in crunchgen, use ${AWK}
instead of plain "awk". The Makefiles that invoke these scripts
or programs will pass AWK=${HOST_AWK:Q}.
|
2008-10-19 22:10:04 +00:00 |
he
|
d36a483f83
|
Make this build with WARNS=3, and enable it.
Renames local variable syscall to syscall_ent to placate -Wshadow,
and adds const to struct field initialized to string literals.
|
2005-07-17 09:45:50 +00:00 |
kim
|
4a22726eab
|
Use the errno.h and signal.h passed in on the command line.
|
2001-02-18 18:38:18 +00:00 |
cgd
|
fb3e326ed2
|
Pass CPP and CPPFLAGS to makerrnos.sh, and use them. Default to cpp and
empty, respectively, if not provided.
|
2001-01-16 02:46:25 +00:00 |
mrg
|
9abab6de8b
|
- build with obj dirs.
- use .PATH not broken links
- share the make fragment to build "ioctl.c"
- general clean up, RCSID, etc.
this is all happy now AFAICT.
|
1999-07-12 04:13:34 +00:00 |