cvs commit: src/libexec/rtld-elf Makefile
Jens Schweikhardt
schweikh at FreeBSD.org
Sun Nov 14 21:14:06 GMT 2004
schweikh 2004-11-14 21:14:06 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Log:
Revert previous commit. As ru explains:
In the old world (as the surrounding comment in makefile says), there
was the /usr/libexec/ld-elf.so.1 binary which is now a symlink to
/libexec/ld-elf.so.1. To symlink, we need to make sure that the
_target_ (and the target is /usr/libexec/ld-elf.so.1) doesn't have
"schg" flag set. A real solution is to protect the chflags call only if
target exists, like we do in usr.bin/tip/tip/Makefile.
Requested by: ru
Revision Changes Path
1.35 +1 -1 src/libexec/rtld-elf/Makefile
More information about the cvs-src
mailing list