summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-13 16:48:43 +0000
committerbde <bde@FreeBSD.org>1998-10-13 16:48:43 +0000
commit76eb0b95fa07a3ca462e19262da42bae042ef9b0 (patch)
tree6f2bbc460cda89d28b1ba89419a0b2fe9aad9313 /lib/Makefile
parentf0d7c5e4dce512fe13f20b1d9cbcd75b670fa5f4 (diff)
downloadFreeBSD-src-76eb0b95fa07a3ca462e19262da42bae042ef9b0.zip
FreeBSD-src-76eb0b95fa07a3ca462e19262da42bae042ef9b0.tar.gz
Updated library order and comments about it. This fixes libm not
being built before libf2c and libmd not being built before libatm.
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1f69670..2e34bc4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,21 +1,25 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.80 1998/09/17 03:55:29 gibbs Exp $
+# $Id: Makefile,v 1.81 1998/10/01 14:49:57 jkh Exp $
# To satisfy shared library or ELF linkage when only the libraries being
# built are visible:
#
# csu must be built before all shared libaries for ELF.
# libcom_err must be built before libss.
-# libcrypt and libmd must be built before libskey.
-# libmytinfo must be built before libncurses.
-# libtermcap must be built before libcurses and libedit.
+# libcrypt must be built before libskey.
+# libm must be built before libf2c, libg++ and libstdc++.
+# libmd must be built before libatm, libopie and libskey.
+# libmytinfo must be built before libdialog and libncurses.
+# libncurses must be built before libdialog.
+# libtermcap must be built before libcurses, libedit and libreadline.
#
# Otherwise, the SUBDIR list should be in alphabetical order.
-SUBDIR= ${_csu} libcom_err ${_libcrypt} libmytinfo libtermcap \
+SUBDIR= ${_csu} libcom_err ${_libcrypt} ${_libm} libmd libmytinfo \
+ libncurses libtermcap \
${_compat} libalias libatm libbind libc ${_libc_r} libcalendar libcam \
libcompat libcurses libdevstat libdisk libedit libf2c libfetch \
- libftpio libgnumalloc libipx libkvm ${_libm} libmd libncurses libopie \
+ libftpio libgnumalloc libipx libkvm libopie \
libpcap libresolv librpcsvc libskey libss libstand \
${_libtelnet} libutil ${_libvgl} libxpg4 liby libz
OpenPOWER on IntegriCloud