]> rtime.felk.cvut.cz Git - omk.git/commitdiff
Report which version is too old
authorMichal Sojka <sojka@os.inf.tu-dresden.de>
Mon, 18 Jul 2011 13:02:28 +0000 (15:02 +0200)
committerMichal Sojka <sojka@os.inf.tu-dresden.de>
Mon, 18 Jul 2011 13:03:06 +0000 (15:03 +0200)
This was used when trying to run OMK on MAC OS.

snippets/base.omk

index ff5d24d631a6ea7140d2fd536fad770e4ee2eb7d..1f096828897de102b3b763dcfe766a0f81ecb622 100644 (file)
@@ -181,7 +181,7 @@ print-hints:
 check-make-ver:
        @GOOD_MAKE_VERSION=`echo $(MAKE_VERSION) | $(SED4OMK) -n -e 's/^[4-9]\..*\|^3\.9[0-9].*\|^3\.8[1-9].*/y/p'` ; \
        if [ x$$GOOD_MAKE_VERSION != xy ] ; then \
-               echo "Your make program version is too old and does not support OMK system." ; \
+               echo "Your make program version ($(MAKE_VERSION)) is too old and does not support OMK system." ; \
                echo "Please update to make program 3.81beta1 or newer." ; exit 1 ; \
        fi