We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a3354 commit 5917a6cCopy full SHA for 5917a6c
GNUmakefile
@@ -294,8 +294,12 @@ use_default := 1
294
295
build-pkgs:
296
ifneq (${MULTICALL}, y)
297
+ifdef BUILD_SPEC_FEATURE
298
+ ${CARGO} build ${CARGOFLAGS} --features "$(BUILD_SPEC_FEATURE)" ${PROFILE_CMD} $(foreach pkg,$(EXES),-p uu_$(pkg))
299
+else
300
${CARGO} build ${CARGOFLAGS} ${PROFILE_CMD} $(foreach pkg,$(EXES),-p uu_$(pkg))
301
endif
302
+endif
303
304
build-coreutils:
305
${CARGO} build ${CARGOFLAGS} --features "${EXES} $(BUILD_SPEC_FEATURE)" ${PROFILE_CMD} --no-default-features
0 commit comments