parent
ab8dd35965
commit
9eb8ceeb06
2
Makefile
2
Makefile
|
@ -35,6 +35,7 @@ EXTERNAL_KERNEL = NO
|
||||||
PKGLIST = 0
|
PKGLIST = 0
|
||||||
ACCEPT_KEYWORDS = amd64
|
ACCEPT_KEYWORDS = amd64
|
||||||
DASH = NO
|
DASH = NO
|
||||||
|
LOCALE ?= en_US.utf8
|
||||||
|
|
||||||
M4 = m4
|
M4 = m4
|
||||||
EMERGE = /usr/bin/emerge --jobs=4
|
EMERGE = /usr/bin/emerge --jobs=4
|
||||||
|
@ -191,6 +192,7 @@ $(SYSTOOLS): $(PREPROOT) $(COMPILE_OPTIONS)
|
||||||
--timezone=$(TIMEZONE) \
|
--timezone=$(TIMEZONE) \
|
||||||
--hostname=$(HOSTNAME) \
|
--hostname=$(HOSTNAME) \
|
||||||
--root-password=
|
--root-password=
|
||||||
|
$(inroot) eselect locale set $(LOCALE)
|
||||||
ifeq ($(DASH),YES)
|
ifeq ($(DASH),YES)
|
||||||
if ! test -e "$(STAGE4_TARBALL)"; \
|
if ! test -e "$(STAGE4_TARBALL)"; \
|
||||||
then $(inroot) $(EMERGE) --noreplace $(USEPKG) app-shells/dash; \
|
then $(inroot) $(EMERGE) --noreplace $(USEPKG) app-shells/dash; \
|
||||||
|
|
Loading…
Reference in New Issue