summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2002-02-14 19:17:32 +0000
committertv <tv@NetBSD.org>2002-02-14 19:17:32 +0000
commita194e2ca32ab8644beda0b0194de71455497bbb6 (patch)
treedabd37f13231c5f93fa3ecbcfd61501edc946311 /usr.bin/make/main.c
parentc6510076433aebd05fce3ec1f6f1b7c33166e7db (diff)
Bomb if NBUILDJOBS is set, as it is badly broken in some way (as described
in toolchain/14837). This is the root of some problems thought to be of different causes by users who forget to say that they are using "build.sh -j"....
Diffstat (limited to 'usr.bin/make/main.c')
0 files changed, 0 insertions, 0 deletions
christos 2002-06-14Complete declaration of progprintf() to fix build problem in csh(1).tron 2002-06-14Remove #ifdef __STDC__. De-__P() and ANSIfy. Fix a prototype mismatchwiz 2001-05-05Change to use {u,}intmax_t internally (was: (unsigned) long).kleink 1998-12-19brace pollution, and char -> unsigned charchristos