aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-01-09 21:51:00 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-01-09 21:51:00 +0000
commitf92bdbd010250afd474733d7a95fd0eb8fdfdd62 (patch)
tree967a4d204bdc4169b0271757f5c8a8147dcefbf6 /gnu
parentaf0ae9b1c25f376624403228a6df7d1fe863fb9d (diff)
downloadsrc-f92bdbd010250afd474733d7a95fd0eb8fdfdd62.tar.gz
src-f92bdbd010250afd474733d7a95fd0eb8fdfdd62.zip
Switch to using ".So" as the extension for PIC object files rather
than ".so". The old extension conflicted with well-established naming conventions for dynamically loadable modules. The "clean" targets continue to remove ".so" files too, to deal with old systems.
Notes
Notes: svn path=/head/; revision=42450
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile6
-rw-r--r--gnu/lib/libstdc++/Makefile6
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile4
-rw-r--r--gnu/usr.bin/cc/libgcc/Makefile6
-rw-r--r--gnu/usr.bin/perl/libperl/Makefile4
5 files changed, 13 insertions, 13 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index cbae22a28c54..260001aaab49 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.17 1998/07/08 00:45:50 bde Exp $
+# $Id: Makefile,v 1.18 1998/10/06 11:28:29 peter Exp $
#
LIB= gcc
@@ -50,8 +50,8 @@ CLEANFILES+= ${COMMONHDRS}
LIB1OBJS= ${LIB1FUNCS:S/$/.o/}
LIB2OBJS= ${LIB2FUNCS:S/$/.o/}
-LIB1SOBJS= ${LIB1FUNCS:S/$/.so/}
-LIB2SOBJS= ${LIB2FUNCS:S/$/.so/}
+LIB1SOBJS= ${LIB1FUNCS:S/$/.So/}
+LIB2SOBJS= ${LIB2FUNCS:S/$/.So/}
LIB1POBJS= ${LIB1FUNCS:S/$/.po/}
LIB2POBJS= ${LIB2FUNCS:S/$/.po/}
diff --git a/gnu/lib/libstdc++/Makefile b/gnu/lib/libstdc++/Makefile
index 10c31985f013..b8059d4231fa 100644
--- a/gnu/lib/libstdc++/Makefile
+++ b/gnu/lib/libstdc++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.10 1998/10/11 04:56:03 peter Exp $
+# $Id: Makefile,v 1.11 1998/12/27 17:25:27 bde Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -99,7 +99,7 @@ ${file}.o: ${file}.cc
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
@mv ${.TARGET}.tmp ${.TARGET}
-${file}.so: ${file}.cc
+${file}.So: ${file}.cc
${CXX} ${PICFLAG} -DPIC ${CXXFLAGS} -frtti -c ${DIR}/${file}.cc -o ${.TARGET}
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
@mv ${.TARGET}.tmp ${.TARGET}
@@ -118,7 +118,7 @@ ${file}.o: ${file}.cc
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
@mv ${.TARGET}.tmp ${.TARGET}
-${file}.so: ${file}.cc
+${file}.So: ${file}.cc
${CXX} ${PICFLAG} -DPIC ${CXXFLAGS} -O0 -frtti -fhandle-exceptions -c ${DIR}/${file}.cc -o ${.TARGET}
@${LD} -o ${.TARGET}.tmp -x -r ${.TARGET}
@mv ${.TARGET}.tmp ${.TARGET}
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 3b085c6eb3b9..3c0f2e8f2b82 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.14 1997/02/22 15:44:57 peter Exp $
#
.include "../Makefile.inc"
@@ -24,6 +24,6 @@ NOPIC= YES
install:
@true
-${OUT_OBJ}.o ${OUT_OBJ}.so: ${OUT_FILE}
+${OUT_OBJ}.o ${OUT_OBJ}.So: ${OUT_FILE}
.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/cc/libgcc/Makefile b/gnu/usr.bin/cc/libgcc/Makefile
index cbae22a28c54..260001aaab49 100644
--- a/gnu/usr.bin/cc/libgcc/Makefile
+++ b/gnu/usr.bin/cc/libgcc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.17 1998/07/08 00:45:50 bde Exp $
+# $Id: Makefile,v 1.18 1998/10/06 11:28:29 peter Exp $
#
LIB= gcc
@@ -50,8 +50,8 @@ CLEANFILES+= ${COMMONHDRS}
LIB1OBJS= ${LIB1FUNCS:S/$/.o/}
LIB2OBJS= ${LIB2FUNCS:S/$/.o/}
-LIB1SOBJS= ${LIB1FUNCS:S/$/.so/}
-LIB2SOBJS= ${LIB2FUNCS:S/$/.so/}
+LIB1SOBJS= ${LIB1FUNCS:S/$/.So/}
+LIB2SOBJS= ${LIB2FUNCS:S/$/.So/}
LIB1POBJS= ${LIB1FUNCS:S/$/.po/}
LIB2POBJS= ${LIB2FUNCS:S/$/.po/}
diff --git a/gnu/usr.bin/perl/libperl/Makefile b/gnu/usr.bin/perl/libperl/Makefile
index 100d3dd2e590..2d92a903186c 100644
--- a/gnu/usr.bin/perl/libperl/Makefile
+++ b/gnu/usr.bin/perl/libperl/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/09/12 19:16:32 markm Exp $
+# $Id: Makefile,v 1.4 1998/09/16 17:25:51 markm Exp $
#
LIB= perl
@@ -21,7 +21,7 @@ CLEANFILES+= config.h config.sh config_h.sh
.SUFFIXES:
-.SUFFIXES: .o .po .so .s .S .c
+.SUFFIXES: .o .po .So .s .S .c
.PATH: ${PERL5SRC}