summaryrefslogtreecommitdiffstats
path: root/Makefile.cross
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-09-18 20:42:49 +0000
committerdrahn <drahn@openbsd.org>2005-09-18 20:42:49 +0000
commitc456f6a648c28756ccf7ff2b7002bfdc7eac44d8 (patch)
tree4674ab44d86c8b06fff5e46495d2b4ec3856b710 /Makefile.cross
parentMake these tests more regress like, self diagnosing, less verbose. (diff)
downloadwireguard-openbsd-c456f6a648c28756ccf7ff2b7002bfdc7eac44d8.tar.xz
wireguard-openbsd-c456f6a648c28756ccf7ff2b7002bfdc7eac44d8.zip
Fix cross-etc-root-var, pick up target etc files, simplied fix from PR4511
ok grange@
Diffstat (limited to 'Makefile.cross')
-rw-r--r--Makefile.cross3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.cross b/Makefile.cross
index 5dddca19c09..ab485cd103f 100644
--- a/Makefile.cross
+++ b/Makefile.cross
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.cross,v 1.11 2005/09/11 23:10:07 miod Exp $
+# $OpenBSD: Makefile.cross,v 1.12 2005/09/18 20:42:49 drahn Exp $
cross-tools: cross-includes cross-binutils cross-gcc cross-lib
cross-distrib: cross-tools cross-bin cross-etc-root-var
@@ -266,6 +266,7 @@ cross-bin: ${CROSSOBJ}
cross-etc-root-var: ${CROSSOBJ}
(cd ${.CURDIR}/etc && \
+ MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH} \
DESTDIR=${CROSSDIR} ${MAKE} distribution-etc-root-var)
cross-depend: