mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Do not execute shell scripts directly
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
@@ -44,5 +44,5 @@ cc-option = $(if $(shell $(CC) $1 $2 -S -o /dev/null -xc /dev/null \
|
||||
@test -f $@ || cp $< $@
|
||||
|
||||
%.h-timestamp: %.mak
|
||||
$(call quiet-command, $(SRC_PATH)/create_config < $< > $@, " GEN $*.h")
|
||||
$(call quiet-command, sh $(SRC_PATH)/create_config < $< > $@, " GEN $*.h")
|
||||
@cmp $@ $*.h >/dev/null 2>&1 || cp $@ $*.h
|
||||
|
||||
Reference in New Issue
Block a user