Go to file
christos 193e8d1b7d - Target searching addition:
Make used to only use the search path for nodes that were pure
	sources (not targets of other sources). This has been corrected
	and now gnu-autoconf generated Makefiles work in directories other
	than the source one.

- Suffix transformation rescanning:
	Suffix transformations (.c.o:; cc ...) were only recognized in
	the past when both suffixes were members of the suffix list.
	Thus a sequence like:
		.z.b:
			echo ${.TARGET}
		.SUFFIXES: .z
	would cause .z.b: to be inserted as a regular target (and the main
	target in this case). Other make programs always add rules that
	start with a period in the transformation list and never consider
	them as targets. We cannot do that (consider .depend files) so we
	resort to scanning the list of the current targets every time a
	suffix gets added, and we mutate existing targets that are now
	valid transformation rules into transformation rules. If the
	transformed target was also the main target, we set the main target
	to be the next target in the targets list.
1997-05-02 14:24:27 +00:00
bin Indicate file handling failures by exit codes >0; fixes PR/3538 from 1997-04-27 18:34:33 +00:00
distrib * ftp setup: don't echo password 1997-05-01 13:26:54 +00:00
etc Spawn a separate shell for netstart, making sure to check the return value 1997-04-29 04:58:38 +00:00
games PR/3557: Dave Huang: use web2 not web2a 1997-04-30 20:07:40 +00:00
gnu Fix for make depend from Enami Tsugutomo (PR 3556). 1997-04-29 23:30:15 +00:00
include Move md5.h to <sys/md5.h> so that it may be included by the kernel. 1997-04-30 00:45:41 +00:00
lib Note that fchown(2) also implies clearing the set-{group,user}-id bits; 1997-04-30 19:35:33 +00:00
libexec Sync to 4.4BSD-Lite2 1997-04-29 21:19:05 +00:00
regress fix a slight bogon 1997-03-12 01:47:07 +00:00
sbin Fix several errors and remove out of date comments. 1997-04-28 02:59:44 +00:00
share Update to note a linux_lib-2.4.tar.gz is available from the 1997-04-29 16:16:40 +00:00
sys * finish off support for the 82077 chip as found on sun4m machines. 1997-05-02 13:03:44 +00:00
usr.bin - Target searching addition: 1997-05-02 14:24:27 +00:00
usr.sbin A user name can be invalid, but not illegal 1997-05-02 01:36:18 +00:00
Makefile Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00