Date: Sun, 14 Nov 2004 21:14:06 +0000 (UTC) From: Jens Schweikhardt <schweikh@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile Message-ID: <200411142114.iAELE6ka017754@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411142114.iAELE6ka017754>