提交 a3a1e0fc 编写于 作者: M malc

Simplify reconfiguration

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7113 c046a42c-6fe2-441c-8c8c-71466251a162
上级 a65f56ee
......@@ -45,7 +45,7 @@ all: $(TOOLS) $(DOCS) recurse-all
config-host.mak: configure
ifneq ($(wildcard config-host.mak),)
@echo $@ is out-of-date, running configure
@fgrep "Configured with:" $@ | sed s/.*Configured.with:.// | sh
@sed -n "/.*Configured with/{s/[^:]*: //p;q}" $@ | sh
endif
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册