Makefile: don't pass $(USEPKG) to @preserved-rebuild
... kinda defeats the purpose.
This commit is contained in:
parent
c8cec7093c
commit
1fe98b6b7c
3
Makefile
3
Makefile
|
@ -267,8 +267,7 @@ build-software: systools configs/issue configs/etc-update.conf $(CRITICAL) $(WOR
|
||||||
$(gcc_config)
|
$(gcc_config)
|
||||||
|
|
||||||
@scripts/echo Running revdep-rebuild
|
@scripts/echo Running revdep-rebuild
|
||||||
# Need gentoolkit to run revdep-rebuild
|
$(inroot) emerge @preserved-rebuild
|
||||||
$(inroot) emerge $(USEPKG) @preserved-rebuild
|
|
||||||
|
|
||||||
cp configs/issue $(CHROOT)/etc/issue
|
cp configs/issue $(CHROOT)/etc/issue
|
||||||
$(gcc_config)
|
$(gcc_config)
|
||||||
|
|
Loading…
Reference in New Issue