Date: Sat, 9 Jan 1999 13:51:01 -0800 (PST) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libstdc++ Makefile src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cc/libgcc Makefile src/gnu/usr.bin/perl/libperl Makefile src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/libedit Makefile ... Message-ID: <199901092151.NAA06402@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/01/09 13:51:00 PST Modified files: 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/i386-elf Makefile lib/libedit Makefile share/mk bsd.lib.mk sys/alpha/conf Makefile.alpha sys/i386/conf Makefile.i386 sys/pc98/conf Makefile.pc98 Log: 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. Revision Changes Path 1.12 +3 -3 src/gnu/lib/libstdc++/Makefile 1.15 +2 -2 src/gnu/usr.bin/cc/cc_int/Makefile 1.19 +3 -3 src/gnu/usr.bin/cc/libgcc/Makefile 1.5 +2 -2 src/gnu/usr.bin/perl/libperl/Makefile 1.7 +3 -3 src/lib/csu/alpha/Makefile 1.3 +3 -3 src/lib/csu/i386-elf/Makefile 1.14 +1 -1 src/lib/libedit/Makefile 1.83 +13 -13 src/share/mk/bsd.lib.mk 1.16 +4 -4 src/sys/alpha/conf/Makefile.alpha 1.134 +7 -6 src/sys/i386/conf/Makefile.i386 1.50 +7 -6 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901092151.NAA06402>