Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Freifunk Hochstift
Firmware
Commits
aec3ed39
You need to sign in or sign up before continuing.
Commit
aec3ed39
authored
9 years ago
by
Karsten Böddeker
Browse files
Options
Downloads
Patches
Plain Diff
build.sh: execute make commands for $VERSION and $TARGETS in the right directory
parent
df3eb71f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+2
-0
2 additions, 0 deletions
build.sh
with
2 additions
and
0 deletions
build.sh
+
2
−
0
View file @
aec3ed39
...
...
@@ -155,6 +155,7 @@ fi
progress
"Preparing the build environment (make update) ..."
make update
[
"
$?
"
-eq
"0"
]
||
abort
"Failed to update the build environment, mimimi."
popd
>
/dev/null
#${CODE_DIR}
### set reasonable defaults for ${TARGETS} and ${BRANCH} if unset
if
[
-z
"
${
TARGETS
}
"
]
;
then
...
...
@@ -190,6 +191,7 @@ fi
### BUILD FIRMWARE
progress
"Building the firmware - please stand by!"
pushd
${
CODE_DIR
}
>
/dev/null
for
target
in
${
TARGETS
}
;
do
# configure build environment for our current target
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment