From 163e31f8257cc771c17071b8f72ead56f84b4f19 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 23 Mar 2012 08:31:40 +0900 Subject: [PATCH] moved some USE_TOOLS from Makefile to stage0.mk, the actual user of those tools. --- Makefile | 2 +- stage0.mk | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f16a711..8ad240a 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --with-gcc=/usr/bin/gcc CONFIGURE_ARGS+= --with-gcc=${CCPATH} .endif -USE_TOOLS+= autoconf date gmake gtar perl perl:run +USE_TOOLS+= gmake perl:run CONFIGURE_ENV+= PerlCmd=${PERL5:Q} # We don't want to extract all of the DISTFILEs. diff --git a/stage0.mk b/stage0.mk index 39e0ded..103ad30 100644 --- a/stage0.mk +++ b/stage0.mk @@ -1,5 +1,7 @@ # $NetBSD$ +USE_TOOLS+= autoconf date gtar perl + # Build an unregisterised bootstrap compiler and install it directly # into the .buildlink directory. But we can't use "make install" # because we don't build it in a standard way (./configure && make). -- 2.40.0