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
907ab0d0
Commit
907ab0d0
authored
Mar 18, 2015
by
gsell
Browse files
scripts/Bootstrap: all build dependencies removed
parent
8a800c60
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
scripts/Bootstrap/Tcl/build
scripts/Bootstrap/Tcl/build
+1
-2
scripts/Bootstrap/bash/build
scripts/Bootstrap/bash/build
+1
-2
scripts/Bootstrap/dialog/build
scripts/Bootstrap/dialog/build
+0
-1
scripts/Bootstrap/gettext/build
scripts/Bootstrap/gettext/build
+0
-1
No files found.
scripts/Bootstrap/Tcl/build
View file @
907ab0d0
...
...
@@ -21,7 +21,6 @@ function em.post_install() {
{
cd
"${PREFIX}"
/
bin
&&
rm
-
f
tclsh
&&
ln
-
fs
tclsh
$
{
V
%
.
*
}
tclsh
;
};
}
em
.
add_to_family
'
Programming
'
em
.
add_to_family
'
Tools
'
em
.
set_docfiles
'license.terms'
'README'
em
.
set_build_dependencies
"${COMPILER}"
em
.
make_all
scripts/Bootstrap/bash/build
View file @
907ab0d0
...
...
@@ -8,6 +8,5 @@ function em.configure() {
||
exit
1
}
em
.
add_to_family
'System'
em
.
set_build_dependencies
"${COMPILER}"
em
.
add_to_family
'Tools'
em
.
make_all
scripts/Bootstrap/dialog/build
View file @
907ab0d0
...
...
@@ -9,5 +9,4 @@ function em.configure() {
}
em
.
add_to_family
'Tools'
em
.
set_build_dependencies
"${COMPILER}"
em
.
make_all
scripts/Bootstrap/gettext/build
View file @
907ab0d0
...
...
@@ -20,5 +20,4 @@ function em.configure() {
}
em
.
add_to_family
'Tools'
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