]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch to using ".So" as the extension for PIC object files rather
authorJohn Polstra <jdp@FreeBSD.org>
Sat, 9 Jan 1999 21:51:00 +0000 (21:51 +0000)
committerJohn Polstra <jdp@FreeBSD.org>
Sat, 9 Jan 1999 21:51:00 +0000 (21:51 +0000)
commitf92bdbd010250afd474733d7a95fd0eb8fdfdd62
tree967a4d204bdc4169b0271757f5c8a8147dcefbf6
parentaf0ae9b1c25f376624403228a6df7d1fe863fb9d
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.
17 files changed:
gnu/lib/libgcc/Makefile
gnu/lib/libstdc++/Makefile
gnu/usr.bin/cc/cc_int/Makefile
gnu/usr.bin/cc/libgcc/Makefile
gnu/usr.bin/perl/libperl/Makefile
lib/csu/alpha/Makefile
lib/csu/amd64/Makefile
lib/csu/i386-elf/Makefile
lib/libedit/Makefile
share/mk/bsd.lib.mk
sys/alpha/conf/Makefile.alpha
sys/conf/Makefile.alpha
sys/conf/Makefile.i386
sys/conf/Makefile.pc98
sys/conf/Makefile.powerpc
sys/i386/conf/Makefile.i386
sys/pc98/conf/Makefile.pc98