mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-29 10:31:31 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
6673985b5c
@ -332,6 +332,7 @@ $1/asflags.txt: $1/force
|
|||||||
echo '$$($1_ASFLAGS)' | cmp -s - $$@ || echo '$$($1_ASFLAGS)' > $$@
|
echo '$$($1_ASFLAGS)' | cmp -s - $$@ || echo '$$($1_ASFLAGS)' > $$@
|
||||||
|
|
||||||
$1/compiler.txt: $1/force
|
$1/compiler.txt: $1/force
|
||||||
|
test -f $$@ || touch $$@
|
||||||
$$(CC) --version | cmp -s - $$@ || $$(CC) --version > $$@
|
$$(CC) --version | cmp -s - $$@ || $$(CC) --version > $$@
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user