mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dont
exist for the rm -f of libresolv.a
This commit is contained in:
parent
cd32f0020c
commit
cabaab680c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85950
@ -1,4 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= resolv
|
||||
INTERNALLIB= yes # Do not build or install ${LIB}*.a
|
||||
@ -22,7 +23,7 @@ NOPIC= true
|
||||
# libresolv on FreeBSD-2.x **never did anything**!!
|
||||
#
|
||||
beforeinstall:
|
||||
rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \
|
||||
-rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a \
|
||||
${DESTDIR}${LIBDIR}/lib${LIB}_p.a \
|
||||
${DESTDIR}${ORIG_SHLIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
${DESTDIR}/usr/lib/compat/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
|
||||
|
Loading…
Reference in New Issue
Block a user