summaryrefslogtreecommitdiffstats
path: root/lib/libgnumalloc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Yet another attempt to remove the old libraries correctly. libfoo.*bde1996-10-081-3/+4
| | | | was misnamed foo.*.
* Peter must be sick of this, so I changed it directly. Fixed:bde1996-09-271-6/+11
| | | | | | | | | | | | - old static non-profiled libraries were removed in the wrong directory if ${ORIG_SHLIBDIR} != ${LIBDIR}. - old profiled libraries weren't removed. - new shared compat libraries were installed in the wrong directory if ${ORIG_SHLIBDIR} != /usr/lib. - some lines were too long. Added some comments about cases that have caused problems. Changed libfoo to ${LIB} so that libresolv/Makefile and libgnumalloc/Makefile are almost identical.
* Don't rely on LIBDIR having been equal to SHLIBDIR on Bruce's suggestion.peter1996-09-271-4/+5
| | | | | Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that as a base to modify the new SHLIBDIR without getting infinite recursion.
* Repository copy libfakegnumalloc to libgnumalloc and remove the symlinkpeter1996-09-271-11/+14
| | | | | | | | | | | | | | | stuff and detection for the "gnumalloc" port which doesn't exist and nobody has cared enough about for the past 6 months or so to implement. As has been pointed out to me (quite a few times) in email, the people that had been bitten by the changes had failed to follow the instructions about updating /etc/rc. Bruce also pointed out that after my last commit, it was no longer removing /usr/lib/libgnumalloc.so.2.0 as it should have been. Hopefully this (and the comments in the Makefile) should defuse the problem a bit.
* Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Waspeter1996-09-261-3/+2
| | | | | 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
* Minor tweaks for the fake libgnumalloc stuff. No longer build, install andpeter1996-09-191-6/+7
| | | | then rm the *.a version
* Add cfree,phk1996-09-021-1/+2
| | | | Move to usr/lib/compat
* Add a missing ${ on a make variable..peter1996-08-301-2/+2
|
* Some fixes:phk1996-02-121-7/+10
| | | | | | | | | | | - shared libraries are in ${SHLIBDIR}, not necessarily in ${LIBDIR}. - don't remove or create any shared library versions except 2.0. and improvements: - don't use rm -r. - indent the long shell command. Submitted by: bde
* Make a scaffold libgnumalloc.so.#.# unless there is a packeage calledphk1996-02-111-0/+16
"gnumalloc*"
OpenPOWER on IntegriCloud