Bruce Evans 833e666181 Fixed make objlink' (and make obj' in the (non-default) OBJLINK case).
Running them twice usually destroyed the target binary.  E.g., the
second `make objlink' in `make objlink; make; make objlink' replaced
the `cat' binary by a symlink cat@ -> /usr/obj/usr/src/bin/cat.

`ln -fs' is unusable when the target might be a symlink that resolves
to a directory.  Then -f applies to a file in the directory and not
to the symlink.  This seems to be the standard (and sometimes useful)
behaviour.
1996-09-05 17:53:13 +00:00
..
1996-08-21 22:38:20 +00:00
1996-08-20 14:36:56 +00:00
1996-05-15 17:05:17 +00:00
1996-05-12 14:32:23 +00:00
1996-08-19 22:13:06 +00:00
1995-09-30 15:33:08 +00:00
1994-05-30 19:09:18 +00:00