You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
fix a parallel build error
This commit is contained in:
@@ -39,7 +39,9 @@ droppartition.cpp
|
|||||||
include_HEADERS = ddlpkg.h \
|
include_HEADERS = ddlpkg.h \
|
||||||
sqlparser.h
|
sqlparser.h
|
||||||
|
|
||||||
ddl-gram.h ddl-gram.cpp: ddl.y
|
ddl-gram.h: ddl-gram.cpp
|
||||||
|
|
||||||
|
ddl-gram.cpp: ddl.y
|
||||||
$(YACC) -l -v -d -p ddl -o ddl-gram-temp.cpp ddl.y
|
$(YACC) -l -v -d -p ddl -o ddl-gram-temp.cpp ddl.y
|
||||||
set +e; \
|
set +e; \
|
||||||
if [ -f ddl-gram.cpp ]; \
|
if [ -f ddl-gram.cpp ]; \
|
||||||
|
Reference in New Issue
Block a user