compiler.txt: ensure file exists before comparison (#18921)
This commit is contained in:
parent
5974d989fe
commit
7ebc396876
@ -332,6 +332,7 @@ $1/asflags.txt: $1/force
|
||||
echo '$$($1_ASFLAGS)' | cmp -s - $$@ || echo '$$($1_ASFLAGS)' > $$@
|
||||
|
||||
$1/compiler.txt: $1/force
|
||||
test -f $$@ || touch $$@
|
||||
$$(CC) --version | cmp -s - $$@ || $$(CC) --version > $$@
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user