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
34970c70
Commit
34970c70
authored
May 06, 2014
by
gsell
Browse files
libem.bash: handling of family System added, bugfix
parent
5f4df9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lib/libem.bash
lib/libem.bash
+4
-1
No files found.
lib/libem.bash
View file @
34970c70
...
...
@@ -201,7 +201,7 @@ function em.add_to_family() {
die 42
"
${
FUNCNAME
}
: Missing family argument."
fi
if
[[
!
-d
${
EM_ETCDIR
}
/
${
1
}
]]
;
then
di
r
43
"
${
1
}
: family does not exist."
di
e
43
"
${
1
}
: family does not exist."
fi
EM_FAMILY
=
$1
source
"
${
CONFIG_DIR
}
/versions.conf"
...
...
@@ -283,6 +283,9 @@ function _set_env() {
Libraries
)
EM_MODULENAME
=
"
${
P
}
/
${
V
}
"
;;
System
)
EM_MODULENAME
=
"
${
P
}
/
${
V
}
"
;;
Compiler
)
EM_MODULENAME
=
"
${
COMPILER
}
/
${
COMPILER_VERSION
}
/
${
P
}
/
${
V
}
"
;;
...
...
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