Updated comments adding '(our equivalent for your Unix)' whenever /etc/ld.so.conf is mentioned

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24605 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-16 15:48:04 +00:00
parent b0b06df94d
commit db24150db2
2 changed files with 10 additions and 7 deletions

View file

@ -11,9 +11,10 @@
# into the same /usr/local directory.
# Make sure you have /usr/local/bin in your PATH, and /usr/local/lib
# in your /etc/ld.so.conf, and don't forget to run ldconfig after
# installing a library! To use gnustep-make in this environment, use
# 'export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles'
# in your /etc/ld.so.conf (or equivalent for your Unix), and don't
# forget to run ldconfig after installing a library! To use
# gnustep-make in this environment, use 'export
# GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles'
# By default, we install into /usr/local, but this can be overridden
# by using ./configure --prefix=xxx when configuring.

View file

@ -15,12 +15,14 @@
# 'make install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM'
#
# To get system packages to work in this layout, you need /usr/bin in
# your PATH, and /usr/lib in your /etc/ld.so.conf. Don't forget to
# run ldconfig after installing a library!
# your PATH, and /usr/lib in your /etc/ld.so.conf (or equivalent for
# your Unix). Don't forget to run ldconfig after installing a
# library!
#
# Your users will need to also add /usr/local/bin to PATH and
# /usr/local/lib to /etc/ld.so.conf if they want to use the LOCAL
# domain. To use gnustep-make in this environment, use 'export
# /usr/local/lib to /etc/ld.so.conf (or equivalent for your Unix) if
# they want to use the LOCAL domain. To use gnustep-make in this
# environment, use 'export
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles'
# By default, we install into /usr, but this can be overridden