diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-23 03:44:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-23 03:44:34 +0000 |
commit | f79acda48d43e57f5bf9c5890c0fd96fe26d6910 (patch) | |
tree | 40459e0078ac1500d96a808829be7d1c45a1997e /bootstrap/bmake/makefile.boot.in | |
parent | f8dd9611442914c779dc2594d00f2334eb959510 (diff) | |
download | pkgsrc-f79acda48d43e57f5bf9c5890c0fd96fe26d6910.tar.gz |
* Modify bmake to use libnbcompat to ensure that a regex implementation
exists.
* nbsed-20040821 requires libnbcompat, so make the appropriate
adjustments to the build to use it.
* If nbsed is built during bootstrap, then use it as the sed for
pkg_install so that the correct program is embedded into the pkg_view
and linkfarm scripts.
* We don't need bmake to build any of the bootstrap packages, so just
call out to the system make.
Diffstat (limited to 'bootstrap/bmake/makefile.boot.in')
-rw-r--r-- | bootstrap/bmake/makefile.boot.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bmake/makefile.boot.in b/bootstrap/bmake/makefile.boot.in index 390b4596760..35e88e36302 100644 --- a/bootstrap/bmake/makefile.boot.in +++ b/bootstrap/bmake/makefile.boot.in @@ -1,5 +1,5 @@ # RCSid: -# $Id: makefile.boot.in,v 1.1.1.1 2004/03/11 13:04:10 grant Exp $ +# $Id: makefile.boot.in,v 1.2 2004/08/23 03:44:34 jlam Exp $ # # modify MACHINE and MACHINE_ARCH as appropriate for your target architecture @@ -27,7 +27,7 @@ bmake: bmake.boot bmake.boot: ${OBJ} (cd lst.lib; $(MAKE) -f makefile.boot CC="$(CC)" CFLAGS="-I.. -I${srcdir}/.. ${CFLAGS}" ) - ${CC} *.o -o $@ @LIBS@ + ${CC} *.o -o $@ @LDFLAGS@ @LIBS@ rm -f *.[ado] */*.[ado] bootstrap: bmake.boot |