From 34053fe7ab324c04f9f464b4889a2a73bf68f84d Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 10 Feb 2014 10:43:02 +0000 Subject: Fix usage of build_package --- bootstrap/bootstrap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap/bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 29405388a51..6b452252793 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.200 2013/10/03 01:24:57 joerg Exp $ +# $NetBSD: bootstrap,v 1.201 2014/02/10 10:43:02 ryoon Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -1176,8 +1176,8 @@ fi echo ".endif # end pkgsrc settings" >> ${TARGET_MKCONF} echo ".endif # end pkgsrc settings" >> ${BOOTSTRAP_MKCONF} -# register packages -# usage: register_package [additional arguments] +# build and register packages +# usage: build_package [additional arguments] build_package() { run_cmd "(cd $pkgsrcdir/$1 && $bmake USE_DESTDIR=no -DPKG_PRESERVE MAKECONF=${BOOTSTRAP_MKCONF} install)" } -- cgit v1.2.3