summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-07 13:09:15 +0000
committereivind <eivind@FreeBSD.org>1999-01-07 13:09:15 +0000
commitedc7d9f14b64bef899706c8224a0835b613c0086 (patch)
tree50716242317fded5b663887214542905a7075e28 /Makefile.inc1
parent2994145c2444b698b4d348f20153251a54656b39 (diff)
downloadFreeBSD-src-edc7d9f14b64bef899706c8224a0835b613c0086.zip
FreeBSD-src-edc7d9f14b64bef899706c8224a0835b613c0086.tar.gz
Don't do the ldconfig rescan if DESTDIR is set.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0c5cdb7..44983aa 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.56 1999/01/06 10:06:36 bde Exp $
+# $Id: Makefile.inc1,v 1.57 1999/01/07 06:26:33 peter Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -357,7 +357,7 @@ reinstall:
@echo ">>> Installing everything.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
-.if ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "aout"
+.if ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "aout" && !defined(DESTDIR)
@echo
@echo "--------------------------------------------------------------"
@echo ">>> Re-scanning the shared libraries.."
OpenPOWER on IntegriCloud