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
49caf76e
Commit
49caf76e
authored
Feb 10, 2006
by
joerg@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
support-files/mysql.spec.sh : Manual merge: new "-i" in "make -i test-force", changelog.
parents
41c6fee8
ceaf0017
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+7
-2
No files found.
support-files/mysql.spec.sh
View file @
49caf76e
...
@@ -322,7 +322,7 @@ then
...
@@ -322,7 +322,7 @@ then
cp
-fp
config.log
"
$MYSQL_MAXCONFLOG_DEST
"
cp
-fp
config.log
"
$MYSQL_MAXCONFLOG_DEST
"
fi
fi
make test-force
||
true
make
-i
test-force
||
true
# Save mysqld-max
# Save mysqld-max
# check if mysqld was installed in .libs/
# check if mysqld was installed in .libs/
...
@@ -389,7 +389,7 @@ then
...
@@ -389,7 +389,7 @@ then
cp
-fp
config.log
"
$MYSQL_CONFLOG_DEST
"
cp
-fp
config.log
"
$MYSQL_CONFLOG_DEST
"
fi
fi
make test-force
||
true
make
-i
test-force
||
true
%install
%install
RBR
=
$RPM_BUILD_ROOT
RBR
=
$RPM_BUILD_ROOT
...
@@ -720,6 +720,11 @@ fi
...
@@ -720,6 +720,11 @@ fi
# itself - note that they must be ordered by date (important when
# itself - note that they must be ordered by date (important when
# merging BK trees)
# merging BK trees)
%changelog
%changelog
*
Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com>
- Use
"-i"
on
"make test-force"
;
this is essential
for
later evaluation of this log file.
*
Fri Dec 12 2005 Rodrigo Novo <rodrigo@mysql.com>
*
Fri Dec 12 2005 Rodrigo Novo <rodrigo@mysql.com>
- Added zlib to the list of
(
static
)
libraries installed
- Added zlib to the list of
(
static
)
libraries installed
...
...
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