Date: Thu, 26 Sep 1996 19:42:55 -0700 (PDT) From: asami@freebsd.org (Satoshi Asami) To: peter@freebsd.org Cc: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/libfakegnumalloc Makefile Message-ID: <199609270242.TAA18544@silvia.HIP.Berkeley.EDU> In-Reply-To: <199609261422.HAA08895@freefall.freebsd.org> (peter)
next in thread | previous in thread | raw e-mail | index | archive | help
* Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was I thougt we agreed that this was the right thing to do. If ANY version of libgnumalloc.so.* exists in /usr/lib, it will be picked up by the linker. Most of the complaints came from people who didn't notice the commit message urging them to update rc. * Before", hopefully it won't cause as much hassle. This now entirely * confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0 Besides, the new rm is redundant: === + rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \ ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ) === (Note the "f" in ln's flags.) Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609270242.TAA18544>