Makefile cleanup
This commit is contained in:
@ -20,20 +20,11 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIG_SOFTMMU := $(if $(filter %-softmmu,$(TARGET_DIRS)),y)
|
CONFIG_SOFTMMU := $(if $(filter %-softmmu,$(TARGET_DIRS)),y)
|
||||||
CONFIG_ALL=y
|
|
||||||
-include config-all-devices.mak
|
-include config-all-devices.mak
|
||||||
|
|
||||||
include $(SRC_PATH)/rules.mak
|
include $(SRC_PATH)/rules.mak
|
||||||
config-host.mak: $(SRC_PATH)/configure
|
config-host.mak: $(SRC_PATH)/configure
|
||||||
@echo $@ is out-of-date, running configure
|
@echo $@ is out-of-date, running configure
|
||||||
@# TODO: The next lines include code which supports a smooth
|
|
||||||
@# transition from old configurations without config.status.
|
|
||||||
@# This code can be removed after QEMU 1.7.
|
|
||||||
@if test -x config.status; then \
|
|
||||||
./config.status; \
|
|
||||||
else \
|
|
||||||
sed -n "/.*Configured with/s/[^:]*: //p" $@ | sh; \
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
config-host.mak:
|
config-host.mak:
|
||||||
ifneq ($(filter-out %clean,$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))
|
ifneq ($(filter-out %clean,$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail))
|
||||||
|
Reference in New Issue
Block a user