make catalog-based installer build work
A catalog-based installer build (as opposed to an installer build that uses "pkgs" and "native-pkgs") relies on the new `--all-platforms` package-install flag and related support for re-packing installed platform-specific packages.
This commit is contained in:
parent
b5fe0203e2
commit
ba6e1754eb
4
Makefile
4
Makefile
|
@ -320,9 +320,9 @@ packages-from-local:
|
|||
# `SRC_CATALOG':
|
||||
build-from-catalog:
|
||||
$(MAKE) fresh-user
|
||||
$(RACO) pkg install $(SOURCE_USER_AUTO_q) $(REQUIRED_PKGS) $(DISTRO_BUILD_PKGS)
|
||||
$(RACO) pkg install --all-platforms $(SOURCE_USER_AUTO_q) $(REQUIRED_PKGS) $(DISTRO_BUILD_PKGS)
|
||||
$(MAKE) set-config
|
||||
$(RACKET) -l distro-build/install-pkgs $(CONFIG_MODE_q) "$(PKGS)" $(SOURCE_USER_AUTO_q)
|
||||
$(RACKET) -l distro-build/install-pkgs $(CONFIG_MODE_q) "$(PKGS)" $(SOURCE_USER_AUTO_q) --all-platforms
|
||||
$(RACO) setup --avoid-main $(JOB_OPTIONS)
|
||||
|
||||
# Although a client will build its own "collects", pack up the
|
||||
|
|
Loading…
Reference in New Issue
Block a user