From 8bb177563eabebe10ad027bf3cb19c0c7c6d6a1d Mon Sep 17 00:00:00 2001 From: sketch Date: Tue, 17 Jun 2008 11:50:45 +0000 Subject: Save SUNWSPROBASE if provided. --- bootstrap/bootstrap | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index fa53cb19dab..fd9360dfb5d 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.129 2008/06/17 11:38:52 sketch Exp $ +# $NetBSD: bootstrap,v 1.130 2008/06/17 11:50:45 sketch Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -831,6 +831,10 @@ fi if [ "$compiler" != "" ]; then echo "PKGSRC_COMPILER= $compiler" >> ${TARGET_MKCONF} fi +if [ -n "$SUNWSPROBASE" ]; then + echo "SUNWSPROBASE= $SUNWSPROBASE" >> ${TARGET_MKCONF} +fi +echo "" >> ${TARGET_MKCONF} # enable unprivileged builds if not root if [ "$unprivileged" = "yes" ]; then -- cgit v1.2.3