Really revert 3686!

This commit is contained in:
Pierre Labastie 2013-03-27 14:54:11 +00:00
parent 18499359b0
commit c1dd44c9db

View file

@ -8,13 +8,7 @@ CONFIG = menu
all: menuconfig all: menuconfig
# @clear # @clear
@echo -n "Do you want tu run jhalfs (y)? " @`grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' `
@read ANSWER; \
if [ x$ANSWER != xn -and x$ANSWER != xno ]; then \
`grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' `; \
else
echo Exiting gracefully; \
fi
$(CONFIG)/conf: $(CONFIG)/conf:
$(MAKE) -C $(CONFIG) conf $(MAKE) -C $(CONFIG) conf