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
6df1aadf
Commit
6df1aadf
authored
Jun 08, 2015
by
gsell
Browse files
lib/libpmodules.bash: cleanup
parent
fbcca02c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
lib/libpmodules.bash
lib/libpmodules.bash
+11
-6
No files found.
lib/libpmodules.bash
View file @
6df1aadf
...
...
@@ -6,21 +6,26 @@ PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
unset
CDPATH
shopt
-s
expand_aliases
declare
-rx
ARGS
=
"
$@
"
declare
-r
BUILDSCRIPT_DIR
=
$(
cd
$(
dirname
"
$0
"
)
&&
pwd
)
declare
-r
BUILDSCRIPT
=
"
${
BUILDSCRIPT_DIR
}
"
/
$(
basename
"
$0
"
)
declare
-rx
ARGS
=
"
$@
"
declare
-rx
SHLIBDIR
=
$(
cd
$(
dirname
"
$BASH_SOURCE
"
)
&&
pwd
)
source
"
${
SHLIBDIR
}
/lib.bash"
declare
-rx
BUILD_BASEDIR
=
$(
abspath
$SHLIBDIR
/..
)
declare
-r
OS
=
$(
uname
-s
)
# number of parallel make jobs
declare
-i
JOBS
=
3
source
"
${
SHLIBDIR
}
/lib.bash"
declare
-rx
BUILD_BASEDIR
=
$(
abspath
$SHLIBDIR
/..
)
source
"
$(
readlink
${
BUILD_BASEDIR
}
/config/environment.bash
)
"
declare
-xr
BUILD_CONFIGDIR
=
"
${
BUILD_BASEDIR
}
/config"
...
...
@@ -29,7 +34,7 @@ declare -xr BUILD_TMPDIR="${BUILD_BASEDIR}/tmp"
declare
-xr
BUILD_DOWNLOADSDIR
=
"
${
BUILD_BASEDIR
}
/Downloads"
declare
-xr
BUILD_VERSIONSFILE
=
"
${
BUILD_CONFIGDIR
}
/versions.conf"
#
source "${BUILD_CONFIGDIR}/Pmodules.conf"
source
"
${
BUILD_CONFIGDIR
}
/Pmodules.conf"
declare
-x
PREFIX
=
''
declare
-x
DOCDIR
=
''
...
...
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