pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Save SUNWSPROBASE if provided.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a438692b3310
branches: trunk
changeset: 543426:a438692b3310
user: sketch <sketch%pkgsrc.org@localhost>
date: Tue Jun 17 11:50:45 2008 +0000
description:
Save SUNWSPROBASE if provided.
diffstat:
bootstrap/bootstrap | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r eff22d198e59 -r a438692b3310 bootstrap/bootstrap
--- a/bootstrap/bootstrap Tue Jun 17 11:38:52 2008 +0000
+++ b/bootstrap/bootstrap Tue Jun 17 11:50:45 2008 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index