pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Ensure that "Makefile" and not "makefile" is...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dcd2d8cf3365
branches:  trunk
changeset: 516333:dcd2d8cf3365
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jul 19 15:01:23 2006 +0000

description:
Ensure that "Makefile" and not "makefile" is used when building nawk.
The former contains fixes for the latter to avoid make errors.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c86cd9164f2f -r dcd2d8cf3365 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jul 19 14:54:56 2006 +0000
+++ b/bootstrap/bootstrap       Wed Jul 19 15:01:23 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.67 2006/07/17 14:30:05 jlam Exp $
+# $NetBSD: bootstrap,v 1.68 2006/07/19 15:01:23 jlam Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -730,7 +730,7 @@
 case "$need_awk" in
 yes)   echo_msg "Installing awk"
        copy_src ../lang/nawk/files awk
-       run_cmd "(cd $wrkdir/awk && $bmake)"
+       run_cmd "(cd $wrkdir/awk && $bmake -f Makefile)"
        run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/awk/a.out $prefix/bin/nawk"
        run_cmd "$install_sh -c -o $user -g $group -m 644 $wrkdir/awk/nawk.1 $mandir/man1/nawk.1"
        echo "TOOLS_PLATFORM.awk?=              $prefix/bin/nawk" >> ${MKCONF_EXAMPLE}



Home | Main Index | Thread Index | Old Index