From c1dd44c9db3ef82ab8a944d1fdec2e3007053f85 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 27 Mar 2013 14:54:11 +0000 Subject: [PATCH] Really revert 3686! --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 5ddf45f..d5ae127 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,7 @@ CONFIG = menu all: menuconfig # @clear - @echo -n "Do you want tu run jhalfs (y)? " - @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 + @`grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' ` $(CONFIG)/conf: $(MAKE) -C $(CONFIG) conf