Go to file
christos 61067003d8 Minor:
- ${.PREFIX} should never contain a full pathname
    - Fixed gcc -Wall warnings
Major:
    - compatMake is now FALSE. This means that we are now running in
      full pmake mode:
	  * rules on dependency lines can be executed in parallel and or
	    out of sequence:

	    foo: bar baz

	    can fire the rule for baz before the rule for bar is fired.
	    To enforce bar to be fired before baz, another rule needs to be
	    added. [bar: baz]
	  * adjacent shell commands in a target are now executed by a single
	    invocation of the shell, not one invocation of the shell per line
      (compatMake can be turned off using the -B flag)
    - The -j flag now works... I.e. make -j 4 will fork up to four jobs in
      parallel when it can. The target name is printed before each burst
      of output caused by the target execution as '--- target ---', when j > 1
    - I have changed all the Makefiles so that they work with make -j N, and
      I have tested the whole netbsd by:
	  'make -j 4 cleandir; make -j 4 depend; make -j 4; make -j 4 install'
    - I have not compiled or tested this version of make with -DREMOTE.
1995-11-02 23:54:35 +00:00
bin LIBMATH -> LIBM (PR# 1688) 1995-10-26 00:48:59 +00:00
distrib Initial tweaks: sun3 miniroot does not use mfs. 1995-11-01 23:53:27 +00:00
etc Include `usr/libdata' in snapshot (from Arne Juul; PR#1711). 1995-11-01 13:52:40 +00:00
games Parallel make fixes 1995-10-22 21:04:42 +00:00
gnu LIBMATH -> LIBM; (PR #1689) 1995-10-26 00:58:49 +00:00
include Define `dlexit()' in crt<=>rtld interface (active in v4). 1995-09-23 22:26:15 +00:00
lib waitpid is in section 2 (from John Kohl; PR#1710). 1995-11-01 10:02:29 +00:00
libexec Vax support for ld, so we (at least) can link static binaries. 1995-10-19 13:10:17 +00:00
regress pc532 doesn't have ieefp exception stuff working. Don't test it. 1995-10-03 21:59:36 +00:00
sbin don't define NUMBOOT on the alpha, any more. boot block installation 1995-10-17 16:34:04 +00:00
share Remove extra space in first line so tic can exec it. 1995-10-31 15:26:08 +00:00
sys Remove ser1 from init list. 1995-11-01 04:59:31 +00:00
usr.bin Minor: 1995-11-02 23:54:35 +00:00
usr.sbin - runio fails when result != 0 not only < 0 1995-10-29 23:54:45 +00:00
Makefile New-style RCS id. 1995-10-09 02:11:28 +00:00