Go to file
christos 6cfa2388a9 Make used to add every directory where it found files in the search path.
I.e. if you had a line in your Makefile:
	../foo.o: foo.c
`..' would be added in the search path. The addition of such paths has
been now disabled. If a pathname contains a slash, then the directory
where such a file is found is not added to the search path. Of course
this eliminates most (all?) use of this function.
1997-05-02 14:23:51 +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 Make used to add every directory where it found files in the search path. 1997-05-02 14:23:51 +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