17 Commits

Author SHA1 Message Date
perry
14967e3522 change #ifdef around include to fix compiler warning 1998-02-03 04:51:29 +00:00
lukem
8414acffd1 use CPPFLAGS instead of CFLAGS 1997-10-25 06:57:53 +00:00
lukem
7f31c8aab5 enable WARNS=1 by default, but disable in unclean 3rd party code 1997-10-18 06:42:25 +00:00
lukem
9aebf6b8ce rcsid fascism 1997-10-18 04:36:50 +00:00
lukem
7e408736da fix race condition when building libcommon.a with make -j, use ../Makefile.inc 1997-10-17 10:38:21 +00:00
lukem
df16fb10d6 fix race condition when building libcommon.a with make -j, use ../Makefile.inc 1997-10-17 10:38:11 +00:00
lukem
334438cb6a - WARNsify
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:50 +00:00
lukem
770ac80056 - WARNsify
- KNFify (a bit)
- use int32_t & u_int32_t instead of long and u_long
- clean up man pages a bit
1997-10-16 23:24:18 +00:00
lukem
6d97281944 - compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out the ifdef INFO and -DINFO stuff - it's always compiled in
- XXX: don't compile mopprobe with -DNODL (which actually changes the
  compilation of stuff in common/*). nothing else does this, and it
  meant that mopprobe would have had different behaviour. if this behaviour
  is desired, a workaround can be put in place
1997-10-16 07:36:12 +00:00
christos
0032f58a4b - Move common definitions to Makefile.inc
- Revert change common/os.h -> os.h. From Mats O Jansson.
1997-04-17 21:08:57 +00:00
christos
6c9c784d7f Tyop oplice. 1997-04-16 13:48:46 +00:00
christos
7ede515580 Don't include "os.h", include "common/os.h" like it does for the other
includes.
1997-04-16 13:30:57 +00:00
christos
26d7e3ccae Don't need to .PATH: .. or -I${.CURDIR}/common and -I${.CURDIR}; it will
actually break things in the future.
1997-04-16 13:29:57 +00:00
thorpej
fba7d611d2 RCS id police. 1997-03-25 03:06:58 +00:00
christos
af77741020 Makefile cleanups 1997-03-24 22:02:40 +00:00
veego
e4df1b6897 s/if_ether.h/if_inarp.h/ 1997-03-17 10:39:53 +00:00
cjs
8673e0be2e Import of Mats O Jansson's MOP boot program for DEC machines. 1997-03-16 22:23:34 +00:00