From eb48e5512b3a6fef2136af27a4453d521bc3755b Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 21 Feb 2013 11:19:27 +0000 Subject: ${ID} is not defined here. --- mk/platform/Cygwin.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mk/platform') diff --git a/mk/platform/Cygwin.mk b/mk/platform/Cygwin.mk index 400608294e6..ae24bfc7e54 100644 --- a/mk/platform/Cygwin.mk +++ b/mk/platform/Cygwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Cygwin.mk,v 1.4 2013/02/20 13:08:26 obache Exp $ +# $NetBSD: Cygwin.mk,v 1.5 2013/02/21 11:19:27 obache Exp $ # # Variable definitions for the Windows with Cygwin. @@ -54,9 +54,7 @@ PKGDIRMODE?= 775 # ROOT_USER might be numeric in the special case of Administrator; canonify it: ROOT_CMD?= ${SU} - "$$(${ID} -un ${ROOT_USER})" -c ROOT_USER?= ${BINOWN} -.if !defined(ROOT_GROUP) -ROOT_GROUP!= ${ID} -g Administrators -.endif +ROOT_GROUP?= ${:!${ID} -g Administrators!} TOUCH_FLAGS?= ULIMIT_CMD_datasize?= ulimit -d `ulimit -H -d` ULIMIT_CMD_stacksize?= ulimit -s `ulimit -H -s` -- cgit v1.2.3