summaryrefslogtreecommitdiffstats
path: root/lib/libgnumalloc
Commit message (Collapse)AuthorAgeFilesLines
* Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if thepeter2001-11-031-1/+1
| | | | | intermediate directories dont exist. (eg: when building standalone includes, using the beforeinstall target in src/lib)
* Add __FBSDID()s to internal libgnumalloc()dillon2001-09-301-0/+7
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't install an elf libgnumalloc.so* in /usr/lib/compat.. No elf binariespeter1998-10-111-4/+11
| | | | | | have been linked against it. Try and clean up the leftovers. Also, put the a.out libs in /usr/lib/compat/aout since that's where the default a.out ldconfig compat path points to.
* 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-272-19/+17
| | | | | | | | | | | | | | | 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-022-2/+12
| | | | 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-112-0/+17
"gnumalloc*"
OpenPOWER on IntegriCloud