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 5d92d4d commit 6277434Copy full SHA for 6277434
GNUmakefile
@@ -445,8 +445,8 @@ TEST_PACKAGES_NONBAREMETAL = \
445
$(nil)
446
447
# Report platforms on which each standard library package is known to pass tests
448
-jointmp := $(shell echo /tmp/join.$$$$)
449
report-stdlib-tests-pass:
+ $(eval jointmp := $(shell echo /tmp/join.$$$$))
450
@for t in $(TEST_PACKAGES_DARWIN); do echo "$$t darwin"; done | sort > $(jointmp).darwin
451
@for t in $(TEST_PACKAGES_LINUX); do echo "$$t linux"; done | sort > $(jointmp).linux
452
@for t in $(TEST_PACKAGES_FAST) $(TEST_PACKAGES_SLOW); do echo "$$t darwin linux wasi windows"; done | sort > $(jointmp).portable
0 commit comments