allwinner_a64/android/build/kati/testcase/semicolon.mk
2018-08-08 16:48:17 +08:00

10 lines
178 B
Makefile

# When a line only has semicolons after variables are expanded, they
# are silently ignored, for some reason.
SEMI:=;
$(SEMI)
$(SEMI) $(SEMI)
$(foreach v,x,;)
test:
echo PASS