Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b235d54f
Commit
b235d54f
authored
Nov 26, 2007
by
msvensson@pilot.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lib/* from EXTRA_DIST and pointout exactly which subdir
of lib/ that should be included
parent
7a258d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
mysql-test/Makefile.am
mysql-test/Makefile.am
+7
-3
No files found.
mysql-test/Makefile.am
View file @
b235d54f
...
...
@@ -23,7 +23,7 @@ benchdir_root= $(prefix)
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run-shell.sh install_test_db.sh
\
valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
suite
lib
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
suite
GENSCRIPTS
=
mysql-test-run-shell install_test_db mtr mysql-test-run
PRESCRIPTS
=
mysql-test-run.pl mysql-stress-test.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
...
...
@@ -44,7 +44,8 @@ dist-hook:
$(distdir)
/std_data/ndb_backup51
\
$(distdir)
/std_data/ndb_backup51_data_be
\
$(distdir)
/std_data/ndb_backup51_data_le
\
$(distdir)
/lib
$(distdir)
/lib
\
$(distdir)
/lib/My
-
$(INSTALL_DATA)
$(srcdir)
/t/
*
.def
$(distdir)
/t
$(INSTALL_DATA)
$(srcdir)
/t/
*
.test
$(distdir)
/t
-
$(INSTALL_DATA)
$(srcdir)
/t/
*
.imtest
$(distdir)
/t
...
...
@@ -73,6 +74,7 @@ dist-hook:
$(INSTALL_DATA)
$(srcdir)
/std_data/ndb_backup51_data_be/BACKUP
*
$(distdir)
/std_data/ndb_backup51_data_be
$(INSTALL_DATA)
$(srcdir)
/std_data/ndb_backup51_data_le/BACKUP
*
$(distdir)
/std_data/ndb_backup51_data_le
$(INSTALL_DATA)
$(srcdir)
/lib/
*
.pl
$(distdir)
/lib
$(INSTALL_DATA)
$(srcdir)
/lib/My/
*
.pm
$(distdir)
/lib/My
-
rm
-rf
`
find
$(distdir)
/suite
-type
d
-name
SCCS
`
$(distdir)
/suite/row_lock
install-data-local
:
...
...
@@ -87,7 +89,8 @@ install-data-local:
$(DESTDIR)$(testdir)
/std_data/ndb_backup51
\
$(DESTDIR)$(testdir)
/std_data/ndb_backup51_data_be
\
$(DESTDIR)$(testdir)
/std_data/ndb_backup51_data_le
\
$(DESTDIR)$(testdir)
/lib
$(DESTDIR)$(testdir)
/lib
\
$(DESTDIR)$(testdir)
/lib/My
$(INSTALL_DATA)
$(srcdir)
/README
$(DESTDIR)$(testdir)
-
$(INSTALL_DATA)
$(srcdir)
/t/
*
.def
$(DESTDIR)$(testdir)
/t
$(INSTALL_DATA)
$(srcdir)
/t/
*
.test
$(DESTDIR)$(testdir)
/t
...
...
@@ -121,6 +124,7 @@ install-data-local:
$(INSTALL_DATA)
$(srcdir)
/std_data/ndb_backup51_data_be/BACKUP
*
$(DESTDIR)$(testdir)
/std_data/ndb_backup51_data_be
$(INSTALL_DATA)
$(srcdir)
/std_data/ndb_backup51_data_le/BACKUP
*
$(DESTDIR)$(testdir)
/std_data/ndb_backup51_data_le
$(INSTALL_DATA)
$(srcdir)
/lib/
*
.pl
$(DESTDIR)$(testdir)
/lib
$(INSTALL_DATA)
$(srcdir)
/lib/My/
*
.pm
$(DESTDIR)$(testdir)
/lib/My
for
f
in
`
(
cd
$(srcdir)
;
find suite
-type
f | egrep
-v
'SCCS|row_lock'
)
`
;
\
do
\
d
=
$(DESTDIR)$(testdir)
/
`
dirname
$$
f
`
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment