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
b3af3399
Commit
b3af3399
authored
9 years ago
by
Karsten Böddeker
Browse files
Options
Downloads
Patches
Plain Diff
build.sh: bail out if 'make clean' fails
parent
aec3ed39
No related branches found
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 @
b3af3399
...
...
@@ -202,6 +202,8 @@ for target in ${TARGETS} ; do
# prepare build environment for our current target
progress
"Preparing build environment for target
${
target
}
."
[
"
${
DIRCLEAN
}
"
-eq
"0"
]
&&
make clean
[
"
$?
"
-eq
"0"
]
||
abort
"Unable to clean environment for target-platform
${
target
}
."
make
-j
${
MAKEJOBS
}
prepare-target
${
MAKE_PARAM
}
[
"
$?
"
-eq
"0"
]
||
abort
"Unable to build environment for target-platform
${
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