summaryrefslogtreecommitdiffstats
path: root/lib/libresolv
Commit message (Collapse)AuthorAgeFilesLines
* Don't build elf libresolv.so*, no elf freebsd binaries have used it ever.peter1998-10-111-3/+10
| | | | | Also, the a.out compat version is supposed to go into /usr/lib/compat/aout. Try and clean up the mess left behind in /usr/lib/compat.
* Yet another attempt to remove the old libraries correctly. libfoo.*bde1996-10-081-2/+3
| | | | was misnamed foo.*.
* Peter must be sick of this, so I changed it directly. Fixed:bde1996-09-271-4/+9
| | | | | | | | | | | | - 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-3/+4
| | | | | Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that as a base to modify the new SHLIBDIR without getting infinite recursion.
* Attempt to clean some bogons. I've had so much email with comments,peter1996-09-271-2/+15
| | | | | | | | | complaints and suggestions about this over the last few days that I cannot remember who has said what anymore. :-( There is also a comment here about the intent of the process and another explicit pointer to the etc/etc/rc change to that has been ignored by quite a few people it seems.
* Fixed non-removal of old libresolv_p.a.bde1996-09-111-5/+4
| | | | Cleaned up formatting.
* clean up some warts Bruce pointed out.peter1996-09-071-3/+4
| | | | | | - no longer build or install libresolv.a, since we were immediately deleting it in afterinstall. - untangle $LIBDIR and $SHLIBDIR
* Install in /usr/lib/compat where ld.so can find it for older binaries,peter1996-09-031-0/+2
| | | | but autoconf/ld/etc won't find it for new builds..
* Quick hack to replace a destructive libresolv.so.2.0 with somethingpeter1996-08-302-3/+4
| | | | that transparently resolves references to libc.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+10
OpenPOWER on IntegriCloud