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 <f...@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"
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to