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
|
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
|
||||||
|
|
Reference in a new issue