Makefile: export USEPKG so that submakes can use it.
I thought this was already being done, but apparently not.
This commit is contained in:
parent
cf3dbf1dda
commit
fd40aac3bf
1
Makefile
1
Makefile
|
@ -82,6 +82,7 @@ gcc_config = $(inroot) gcc-config 1
|
||||||
|
|
||||||
export APPLIANCE ACCEPT_KEYWORDS CHROOT EMERGE HEADLESS M4 M4C inroot
|
export APPLIANCE ACCEPT_KEYWORDS CHROOT EMERGE HEADLESS M4 M4C inroot
|
||||||
export HOSTNAME MAKEOPTS PRUNE_CRITICAL TIMEZONE USEPKG WORLD OVERLAY
|
export HOSTNAME MAKEOPTS PRUNE_CRITICAL TIMEZONE USEPKG WORLD OVERLAY
|
||||||
|
export USEPKG
|
||||||
|
|
||||||
unexport PKGDIR ARCH
|
unexport PKGDIR ARCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue