diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-05 10:31:16 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-04-05 10:31:16 +0000 |
| commit | 3efd7b95a19e8fbcfc9f67e09389ba3405f313b8 (patch) | |
| tree | a56f74a6722d65982e57c3c98bf3deff4cb8d589 /sub/skarnet.org | |
| parent | 02e59d9fb6f9ed4df6b5edc91fa67a0cc884c142 (diff) | |
| download | lh-bootstrap-3efd7b95a19e8fbcfc9f67e09389ba3405f313b8.tar.gz | |
Allow several words in BUILD_CC
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/skarnet.org')
| -rw-r--r-- | sub/skarnet.org/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/skarnet.org/Makefile b/sub/skarnet.org/Makefile index b9768c4..9d41bea 100644 --- a/sub/skarnet.org/Makefile +++ b/sub/skarnet.org/Makefile @@ -183,7 +183,7 @@ $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION)/Makefile: $(OUTPUT)/sources exec touch $$@ $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION)/config.mak: $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION)/Makefile $$(foreach dep,$$($(1)_DEPENDENCIES),$(OUTPUT)/build-build/package/$$($$(dep)_CATEGORY)/$$($$(dep)_NAME)/include/$$($$(dep)_NAME)/config.h) - cd $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION) && setuidgid $(NORMALUSER) env "CC=$(BUILD_CC)" DESTDIR=$(OUTPUT)/build-build ./configure $(SKAWARE_BUILD_OPTIONS) $$($(1)_OPTIONS) + cd $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION) && setuidgid $(NORMALUSER) env CC="$(BUILD_CC)" DESTDIR=$(OUTPUT)/build-build ./configure $(SKAWARE_BUILD_OPTIONS) $$($(1)_OPTIONS) $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION)/$$($(1)_TOKEN): $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION)/config.mak +cd $(OUTPUT)/build-build/$$($(1)_NAME)-$$($(1)_VERSION) && setuidgid $(NORMALUSER) $(MAKE) all strip |
