Really revert 3686!
This commit is contained in:
parent
18499359b0
commit
c1dd44c9db
1 changed files with 1 additions and 7 deletions
8
Makefile
8
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
|
||||
|
|
Reference in a new issue