Revision bdf523e6 Makefile

b/Makefile
28 28
include $(SRC_PATH)/rules.mak
29 29
config-host.mak: $(SRC_PATH)/configure
30 30
	@echo $@ is out-of-date, running configure
31
	@sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh
31
	@# TODO: The next lines include code which supports a smooth
32
	@# transition from old configurations without config.status.
33
	@# This code can be removed after QEMU 1.7.
34
	@if test -x config.status; then \
35
	    ./config.status; \
36
        else \
37
	    sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh; \
38
	fi
32 39
else
33 40
config-host.mak:
34 41
ifneq ($(filter-out %clean,$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))

Also available in: Unified diff