From fd40aac3bf6b2aa69d0f8ea0516e074ff5ac1210 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 14 Jun 2014 21:51:21 +0000 Subject: [PATCH] Makefile: export USEPKG so that submakes can use it. I thought this was already being done, but apparently not. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a4f2313..1e74f83 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,7 @@ gcc_config = $(inroot) gcc-config 1 export APPLIANCE ACCEPT_KEYWORDS CHROOT EMERGE HEADLESS M4 M4C inroot export HOSTNAME MAKEOPTS PRUNE_CRITICAL TIMEZONE USEPKG WORLD OVERLAY +export USEPKG unexport PKGDIR ARCH