Searched hist:18051 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/share/mk/
H A Dbsd.obj.mkdiff 18051 Thu Sep 05 15:53:13 MDT 1996 bde 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.

Completed in 47 milliseconds