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
78341191
Commit
78341191
authored
Aug 27, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M51/netware3-5.1
into trift2.:/MySQL/M51/push-5.1
parents
1cc38f83
e42afa01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
configure.in
configure.in
+8
-0
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
No files found.
configure.in
View file @
78341191
...
@@ -2623,6 +2623,14 @@ AC_SUBST(CC)
...
@@ -2623,6 +2623,14 @@ AC_SUBST(CC)
AC_SUBST
(
GXX
)
AC_SUBST
(
GXX
)
# Set configuration options for make_binary_distribution
# Set configuration options for make_binary_distribution
case
$SYSTEM_TYPE
in
*
netware
*
)
MAKE_BINARY_DISTRIBUTION_OPTIONS
=
"
$MAKE_BINARY_DISTRIBUTION_OPTIONS
--no-strip"
;;
*
)
:
# no change for other platforms yet
;;
esac
AC_SUBST
(
MAKE_BINARY_DISTRIBUTION_OPTIONS
)
AC_SUBST
(
MAKE_BINARY_DISTRIBUTION_OPTIONS
)
# Output results
# Output results
...
...
scripts/make_binary_distribution.sh
View file @
78341191
...
@@ -212,7 +212,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
...
@@ -212,7 +212,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
if
[
$BASE_SYSTEM
=
"netware"
]
;
then
BIN_FILES
=
"
$BIN_FILES
\
BIN_FILES
=
"
$BIN_FILES
\
netware/mysqld_safe
$BS
netware/mysql_install_db
$BS
\
netware/mysqld_safe
$BS
netware/mysql_install_db
$BS
\
netware/init_db.sql netware/test_db.sql
$BS
\
netware/init_db.sql netware/test_db.sql
\
netware/mysqlhotcopy
$BS
netware/libmysql
$BS
netware/init_secure_db.sql
\
netware/mysqlhotcopy
$BS
netware/libmysql
$BS
netware/init_secure_db.sql
\
"
;
"
;
# For all other platforms:
# For all other platforms:
...
...
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