Changeset c1dd44c


Ignore:
Timestamp:
03/27/2013 02:54:11 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
eecee98
Parents:
1849935
Message:

Really revert 3686!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r1849935 rc1dd44c  
    99all: menuconfig
    1010#       @clear
    11         @echo -n "Do you want tu run jhalfs (y)? "
    12         @read ANSWER; \
    13         if [ x$ANSWER != xn -and x$ANSWER != xno ]; then \
    14           `grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' `; \
    15         else
    16           echo Exiting gracefully; \
    17         fi
     11        @`grep RUN_ME configuration | sed -e 's@RUN_ME=\"@@' -e 's@\"@@' `
    1812
    1913$(CONFIG)/conf:
Note: See TracChangeset for help on using the changeset viewer.