svn commit: r291345 - stable/10/lib/libc/tests/net
Garrett Cooper
ngie at FreeBSD.org
Thu Nov 26 00:56:09 UTC 2015
Author: ngie
Date: Thu Nov 26 00:56:07 2015
New Revision: 291345
URL: https://svnweb.freebsd.org/changeset/base/291345
Log:
MFC r291172:
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
Reported by: José Pérez <fbl at aoek.com>
Suggested by: bdrewery, sjg
Modified:
stable/10/lib/libc/tests/net/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libc/tests/net/Makefile
==============================================================================
--- stable/10/lib/libc/tests/net/Makefile Thu Nov 26 00:53:39 2015 (r291344)
+++ stable/10/lib/libc/tests/net/Makefile Thu Nov 26 00:56:07 2015 (r291345)
@@ -30,7 +30,7 @@ LDADD.h_nsd_recurse+= -lpthread
CLEANFILES+= aton_ether_subr.c
aton_ether_subr.c: gen_ether_subr ${.CURDIR:H:H:H:H}/sys/net/if_ethersubr.c
- ${HOST_SH} ${.ALLSRC} ${.TARGET}
+ ${__MAKE_SHELL} ${.ALLSRC} ${.TARGET}
.include "../Makefile.netbsd-tests"
More information about the svn-src-stable
mailing list