mariadb/mysql-test/ndb/Makefile.am
unknown 42d9baf933 ndb fixes for make dist
mysql-test/ndb/ndbcluster.sh:
  Change mode to -rw-rw-r--
2004-06-15 08:14:20 +02:00

23 lines
411 B
Makefile

benchdir_root= $(prefix)
testdir = $(benchdir_root)/mysql-test/ndb
test_SCRIPTS = ndbcluster
noinst_HEADERS = ndbcluster.sh
dist_test_DATA = ndb_config_2_node.ini
SUFFIXES = .sh
.sh:
@RM@ -f $@ $@-t
@SED@ \
-e 's!@''ndbbindir''@!$(ndbbindir)!g' \
-e 's!@''ndbtoolsdir''@!$(ndbtoolsdir)!g' \
$< > $@-t
@CHMOD@ +x $@-t
@MV@ $@-t $@
# Don't update the files from bitkeeper
%::SCCS/s.%