From df91fac92856476506ae8f8c4d9e759c8c55f149 Mon Sep 17 00:00:00 2001 From: asau Date: Thu, 17 Apr 2014 18:27:24 +0000 Subject: Follow the conventional path of "configure-make-install" when bootstrapping bmake. --- bootstrap/bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 0e468ef97d9..5b46604f1ce 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.206 2014/04/17 18:12:47 asau Exp $ +# $NetBSD: bootstrap,v 1.207 2014/04/17 18:27:24 asau Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1075,8 +1075,8 @@ $shprog ./bootstrap.sh)" bootstrap_bmake() { echo_msg "Bootstrapping bmake" copy_src $pkgsrcdir/devel/bmake/files bmake - run_cmd "chmod u+x $wrkdir/bmake/configure" - run_cmd "(cd $wrkdir/bmake && $shprog ./boot-strap $configure_quiet_flags -q -o bootstrap.$opsys --prefix=$wrkdir --sysconfdir=$wrkdir --mksrc none --with-default-sys-path="$wrkdir/share/mk" $bmakexargs)" + run_cmd "(cd $wrkdir/bmake && $shprog configure $configure_quiet_flags --with-default-sys-path=$wrkdir/share/mk --prefix=$wrkdir $bmakexargs)" + run_cmd "(cd $wrkdir/bmake && $shprog make-bootstrap.sh)" run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/bmake/bootstrap.$opsys/bmake $wrkdir/bin/bmake" } bootstrap_bmake -- cgit v1.2.3