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
6b920ebd
Commit
6b920ebd
authored
Oct 24, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary fixes for building from source dist in pushbuild
parent
25abce02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
netware/BUILD/compile-netware-END
netware/BUILD/compile-netware-END
+7
-2
netware/BUILD/mwenv
netware/BUILD/mwenv
+6
-0
No files found.
netware/BUILD/compile-netware-END
View file @
6b920ebd
...
...
@@ -18,8 +18,13 @@ rm -rf Makefile.in.bk
# Setup Metrowerks environment
.
$path
/mwenv
# Run autotools(use BUILD/autorun.sh)
.
BUILD/autorun.sh
# Temporary hack to allow building from source dist
if
[
!
"
$USER
"
=
pushbuild
]
then
# Run autotools(use BUILD/autorun.sh)
echo
"Running autotools again(BUILD/autorun.sh)"
.
BUILD/autorun.sh
fi
# configure
./configure
$base_configs
$extra_configs
...
...
netware/BUILD/mwenv
View file @
6b920ebd
...
...
@@ -65,5 +65,11 @@ then
export
TERM
=
linux
fi
# Temporary hack to allow building from source dist
if
[
"
$USER
"
=
pushbuild
]
then
export
ARFLAGS
=
$AR_FLAGS
fi
# Print all env. variables
export
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