Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
a56b83e4
Commit
a56b83e4
authored
May 06, 2015
by
gsell
Browse files
scripts/Bootstrap:
- coreutils added, we need a unique base64
parent
7161682c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
scripts/Bootstrap/compile_pmodules.sh
scripts/Bootstrap/compile_pmodules.sh
+6
-5
scripts/Bootstrap/coreutils/build
scripts/Bootstrap/coreutils/build
+12
-0
No files found.
scripts/Bootstrap/compile_pmodules.sh
View file @
a56b83e4
...
...
@@ -8,11 +8,12 @@ source "${BOOTSTRAP_DIR}/Pmodules_version.conf"
unset
PMODULES_HOME
source
"/opt/psi/config/environment.bash"
${
BOOTSTRAP_DIR
}
/gettext/build
--bootstrap
||
{
echo
"compiling 'gettext' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/getopt/build
--bootstrap
||
{
echo
"compiling 'getopt' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/dialog/build
--bootstrap
||
{
echo
"compiling 'dialog' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/bash/build
--bootstrap
||
{
echo
"compiling 'bash' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/Tcl/build
--bootstrap
||
{
echo
"compiling 'Tcl' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/coreutils/build
--bootstrap
||
{
echo
"compiling 'coreutils' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/gettext/build
--bootstrap
||
{
echo
"compiling 'gettext' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/getopt/build
--bootstrap
||
{
echo
"compiling 'getopt' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/dialog/build
--bootstrap
||
{
echo
"compiling 'dialog' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/bash/build
--bootstrap
||
{
echo
"compiling 'bash' failed!"
;
exit
1
;
}
${
BOOTSTRAP_DIR
}
/Tcl/build
--bootstrap
||
{
echo
"compiling 'Tcl' failed!"
;
exit
1
;
}
# we have to remove the init directory - otherwise the next build will fail...
rm
-rf
"
${
PMODULES_HOME
}
/init"
...
...
scripts/Bootstrap/coreutils/build
0 → 100755
View file @
a56b83e4
#!/bin/bash
source
"$(dirname $0)/../../../lib/libem.bash"
function
em
.
configure
()
{
"${MODULE_SRCDIR}"
/
configure
\
--
prefix
=
"${PREFIX}"
\
||
exit
1
}
em
.
add_to_family
'Tools'
em
.
make_all
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