Commit 6b31c10d authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

fix the checko2 rule. closes #1316

git-svn-id: file:///svn/toku/tokudb.1032b@8288 c7de825b-a66e-492c-adef-691d508d4ae1
parent c3b2d9ab
...@@ -102,7 +102,7 @@ check: bins ...@@ -102,7 +102,7 @@ check: bins
%$(BINSUF): $(NEWBRT) $(LIBPORTABILITY) %$(BINSUF): $(NEWBRT) $(LIBPORTABILITY)
checko2: checko2:
if [[ "$(OPTFLAGS)" =~ "-O([2-3])" ]] ; then \ @if [[ "$(OPTFLAGS)" =~ "-O([2-3])" ]] ; then \
echo OPTFLAGS=$(OPTFLAGS) ok; \ echo OPTFLAGS=$(OPTFLAGS) ok; \
else \ else \
echo OPTFLAGS=$(OPTFLAGS) bad; exit 1; \ echo OPTFLAGS=$(OPTFLAGS) bad; exit 1; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment