mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'fix-binary-opt' into 'master'
Fix typo on repo binary opts See merge request redox-os/redox!1695
This commit is contained in:
commit
b5cdf702aa
10
mk/config.mk
10
mk/config.mk
@ -141,13 +141,11 @@ FSTOOLS=build/fstools
|
||||
INSTALLER=$(FSTOOLS)/bin/redox_installer
|
||||
REDOXFS=$(FSTOOLS)/bin/redoxfs
|
||||
REDOXFS_MKFS=$(FSTOOLS)/bin/redoxfs-mkfs
|
||||
INSTALLER_OPTS=
|
||||
INSTALLER_OPTS=--cookbook=.
|
||||
COOKBOOK_OPTS="--filesystem=$(FILESYSTEM_CONFIG)"
|
||||
ifeq ($(REPO_BINARY),0)
|
||||
INSTALLER_OPTS+=--cookbook=.
|
||||
else
|
||||
INSTALLER_OPTS+=--cookbook=. --repo-binary
|
||||
COOKBOOK_OPTS+=" --repo-binary"
|
||||
ifeq ($(REPO_BINARY),1)
|
||||
INSTALLER_OPTS+=--repo-binary
|
||||
COOKBOOK_OPTS+=--repo-binary
|
||||
endif
|
||||
|
||||
REPO_TAG=$(BUILD)/repo.tag
|
||||
|
||||
Loading…
Reference in New Issue
Block a user