summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-23 07:57:41 +0000
committerngie <ngie@FreeBSD.org>2015-11-23 07:57:41 +0000
commite8a3635cd75026c93e54d2f256edf87ec54a209a (patch)
tree4987ce137a6365b3562a75987f0ba243fb676e83
parente0c4faece4ce54570904909a5ede55c60f35fe5f (diff)
downloadFreeBSD-src-e8a3635cd75026c93e54d2f256edf87ec54a209a.zip
FreeBSD-src-e8a3635cd75026c93e54d2f256edf87ec54a209a.tar.gz
Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.c
(HOST_SHELL is used in NetBSD) This fixes permission denied issues when gen_ether_subr is not executable MFC after: 3 days Reported by: José Pérez <fbl@aoek.com> Suggested by: bdrewery, sjg
-rw-r--r--lib/libc/tests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/net/Makefile b/lib/libc/tests/net/Makefile
index 8a4e932..3e437a0 100644
--- a/lib/libc/tests/net/Makefile
+++ b/lib/libc/tests/net/Makefile
@@ -28,7 +28,7 @@ LDADD.h_nsd_recurse+= -lpthread
CLEANFILES+= aton_ether_subr.c
aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if_ethersubr.c
- ${HOST_SH} ${.ALLSRC} ${.TARGET}
+ ${__MAKE_SHELL} ${.ALLSRC} ${.TARGET}
.include "../Makefile.netbsd-tests"
OpenPOWER on IntegriCloud