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
40b8f3e2
Commit
40b8f3e2
authored
Mar 01, 2010
by
Kent Boortz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert untested VPATH changes
parent
a8c21d27
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
10 deletions
+9
-10
mysql-test/Makefile.am
mysql-test/Makefile.am
+2
-2
scripts/Makefile.am
scripts/Makefile.am
+2
-3
sql/share/Makefile.am
sql/share/Makefile.am
+4
-4
storage/ndb/src/common/util/Makefile.am
storage/ndb/src/common/util/Makefile.am
+1
-1
No files found.
mysql-test/Makefile.am
View file @
40b8f3e2
...
...
@@ -130,12 +130,12 @@ uninstall-local:
# mtr - a shortcut for executing mysql-test-run.pl
mtr
:
$(RM)
-f
mtr
$(LN_S)
$(srcdir)
/
mysql-test-run.pl mtr
$(LN_S)
mysql-test-run.pl mtr
# mysql-test-run - a shortcut for executing mysql-test-run.pl
mysql-test-run
:
$(RM)
-f
mysql-test-run
$(LN_S)
$(srcdir)
/
mysql-test-run.pl mysql-test-run
$(LN_S)
mysql-test-run.pl mysql-test-run
# Don't update the files from bitkeeper
%
::
SCCS/s.%
scripts/Makefile.am
View file @
40b8f3e2
...
...
@@ -110,8 +110,7 @@ mysqlbug: ${top_builddir}/config.status mysqlbug.sh
mysql_fix_privilege_tables.sql
:
mysql_system_tables.sql
\
mysql_system_tables_fix.sql
@
echo
"Building
$@
"
;
@
cat
$(srcdir)
/mysql_system_tables.sql
\
$(srcdir)
/mysql_system_tables_fix.sql
>
$@
@
cat
mysql_system_tables.sql mysql_system_tables_fix.sql
>
$@
#
# Build mysql_fix_privilege_tables_sql.c from
...
...
@@ -124,7 +123,7 @@ mysql_fix_privilege_tables_sql.c: comp_sql.c mysql_fix_privilege_tables.sql
sleep
2
$(top_builddir)
/scripts/comp_sql
$(EXEEXT)
\
mysql_fix_privilege_tables
\
$(top_
build
dir)
/scripts/mysql_fix_privilege_tables.sql
$@
$(top_
src
dir)
/scripts/mysql_fix_privilege_tables.sql
$@
SUFFIXES
=
.sh
...
...
sql/share/Makefile.am
View file @
40b8f3e2
...
...
@@ -22,7 +22,7 @@ dist-hook:
test
-d
$(distdir)
/
$$
dir
||
mkdir
$(distdir)
/
$$
dir
;
\
$(INSTALL_DATA)
$(srcdir)
/
$$
dir
/
*
.
*
$(distdir)
/
$$
dir
;
\
done
;
\
sleep
1
;
touch
$(
build
dir)
/
*
/errmsg.sys
sleep
1
;
touch
$(
src
dir)
/
*
/errmsg.sys
$(INSTALL_DATA)
$(srcdir)
/charsets/README
$(distdir)
/charsets
$(INSTALL_DATA)
$(srcdir)
/charsets/Index.xml
$(distdir)
/charsets
...
...
@@ -39,11 +39,11 @@ install-data-local:
for
lang
in
@AVAILABLE_LANGUAGES@
;
\
do
\
$(mkinstalldirs)
$(DESTDIR)$(pkgdatadir)
/
$$
lang
;
\
$(INSTALL_DATA)
$(
build
dir)
/
$$
lang/errmsg.sys
\
$(INSTALL_DATA)
$(
src
dir)
/
$$
lang/errmsg.sys
\
$(DESTDIR)$(pkgdatadir)
/
$$
lang/errmsg.sys
;
\
done
$(mkinstalldirs)
$(DESTDIR)$(pkgdatadir)
/charsets
$(INSTALL_DATA)
$(
build
dir)
/errmsg.txt
\
$(INSTALL_DATA)
$(
src
dir)
/errmsg.txt
\
$(DESTDIR)$(pkgdatadir)
/errmsg.txt
;
\
$(INSTALL_DATA)
$(srcdir)
/charsets/README
$(DESTDIR)$(pkgdatadir)
/charsets/README
$(INSTALL_DATA)
$(srcdir)
/charsets/
*
.xml
$(DESTDIR)$(pkgdatadir)
/charsets
...
...
@@ -53,7 +53,7 @@ uninstall-local:
@
RM@
-f
-r
$(DESTDIR)$(pkgdatadir)
distclean-local
:
@
RM@
-f
$(builddir)
/
*
/errmsg.sys
@
RM@
-f
*
/errmsg.sys
# Do nothing
link_sources
:
...
...
storage/ndb/src/common/util/Makefile.am
View file @
40b8f3e2
...
...
@@ -37,7 +37,7 @@ testBitmask_LDFLAGS = @ndb_bin_am_ldflags@ \
testBitmask.cpp
:
Bitmask.cpp
rm
-f
testBitmask.cpp
@
LN_CP_F@
$(srcdir)
/
Bitmask.cpp testBitmask.cpp
@
LN_CP_F@ Bitmask.cpp testBitmask.cpp
testBitmask.o
:
$(testBitmask_SOURCES)
$(CXXCOMPILE)
-c
$(INCLUDES)
-D__TEST_BITMASK__
$<
...
...
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