|
|
@ -443,7 +443,7 @@ include/autoconfig.h: configure
|
|
|
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
|
|
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
|
|
|
@echo "**** restarted."
|
|
|
|
@echo "**** restarted."
|
|
|
|
@echo "****"
|
|
|
|
@echo "****"
|
|
|
|
@echo exit 1
|
|
|
|
@exit 1
|
|
|
|
|
|
|
|
|
|
|
|
makeopts: configure
|
|
|
|
makeopts: configure
|
|
|
|
@CFLAGS="" ./configure
|
|
|
|
@CFLAGS="" ./configure
|
|
|
@ -451,7 +451,7 @@ makeopts: configure
|
|
|
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
|
|
|
@echo "**** The configure script was just executed, so 'make' needs to be"
|
|
|
|
@echo "**** restarted."
|
|
|
|
@echo "**** restarted."
|
|
|
|
@echo "****"
|
|
|
|
@echo "****"
|
|
|
|
@echo exit 1
|
|
|
|
@exit 1
|
|
|
|
|
|
|
|
|
|
|
|
menuselect.makeopts: build_tools/menuselect makeopts.xml
|
|
|
|
menuselect.makeopts: build_tools/menuselect makeopts.xml
|
|
|
|
@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
|
|
|
|
@build_tools/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
|
|
|
|