summaryrefslogtreecommitdiffstats
path: root/sys/alpha/conf/Makefile.alpha
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-01-09 21:51:00 +0000
committerjdp <jdp@FreeBSD.org>1999-01-09 21:51:00 +0000
commitffcc901f03be5fe906be6bc5e1cbe34adcd2f3d1 (patch)
tree56fbd00f1073a1c35b0739f64a29af1301a31511 /sys/alpha/conf/Makefile.alpha
parenta91fb30979663d29289500055cfac86abf1c3789 (diff)
downloadFreeBSD-src-ffcc901f03be5fe906be6bc5e1cbe34adcd2f3d1.zip
FreeBSD-src-ffcc901f03be5fe906be6bc5e1cbe34adcd2f3d1.tar.gz
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.
Diffstat (limited to 'sys/alpha/conf/Makefile.alpha')
-rw-r--r--sys/alpha/conf/Makefile.alpha8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha
index b505986..99f6169 100644
--- a/sys/alpha/conf/Makefile.alpha
+++ b/sys/alpha/conf/Makefile.alpha
@@ -1,7 +1,7 @@
# Makefile.alpha -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.alpha 7.1 5/10/91
-# $Id: Makefile.alpha,v 1.14 1998/12/07 22:36:53 imp Exp $
+# $Id: Makefile.alpha,v 1.15 1998/12/17 22:36:21 dfr Exp $
#
# Makefile for FreeBSD
#
@@ -78,7 +78,7 @@ SYSTEM_LD_HEAD= @echo loading $@; rm -f $@
.if ${BINFORMAT} == elf
SYSTEM_OBJS= locore.o setdef0.o vnode_if.o \
${OBJS} ioconf.o param.o config.o \
- setdef1.o hack.so
+ setdef1.o hack.So
SYSTEM_LD= @${LD} --export-dynamic -T$S/alpha/conf/kernel.script -e locorestart \
-o $@ -X ${SYSTEM_OBJS} vers.o
SYSTEM_LD_TAIL= @${SIZE} $@; chmod 755 $@
@@ -124,9 +124,9 @@ symbols.sort: ${ALPHA}/alpha/symbols.raw
locore.o: ${ALPHA}/alpha/locore.s assym.s
${NORMAL_S}
-hack.so: Makefile
+hack.So: Makefile
echo "void __elf_kld_hack() {}" > hack.c
- ${CC} -shared -nostdlib hack.c -o hack.so
+ ${CC} -shared -nostdlib hack.c -o hack.So
rm -f hack.c
setdef0.o: ${ALPHA}/alpha/setdef0.c setdefs.h
OpenPOWER on IntegriCloud