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
64d780db
Commit
64d780db
authored
Sep 04, 2014
by
gsell
Browse files
bash: module added
parent
89ad59a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
scripts/bash.build
scripts/bash.build
+13
-0
No files found.
scripts/bash.build
0 → 100755
View file @
64d780db
#!/bin/bash
source
"
$(
dirname
$0
)
/../lib/libem.bash"
function
em.configure
()
{
"
${
MODULE_SRCDIR
}
"
/configure
\
--prefix
=
"
${
PREFIX
}
"
\
||
exit
1
}
em.add_to_family
'System'
em.set_build_dependencies
"
${
COMPILER
}
"
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