Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: sharesrc/share/mk
Module Name: sharesrc
Committed By: thorpej
Date: Fri Sep 27 15:56:41 UTC 2002
Modified Files:
basesrc/bin: Makefile.inc
basesrc/sbin: Makefile.inc
sharesrc/share/mk: bsd.own.mk
Log Message:
Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.
The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/bin/Makefile.inc
cvs rdiff -r1.16 -r1.17 basesrc/sbin/Makefile.inc
cvs rdiff -r1.312 -r1.313 sharesrc/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index