Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
7ee8dbc0
Commit
7ee8dbc0
authored
Oct 04, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: postcheck for textrels
parent
9b3f7789
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
abuild.in
abuild.in
+9
-0
No files found.
abuild.in
View file @
7ee8dbc0
...
...
@@ -581,6 +581,15 @@ postcheck() {
echo
"
$i
"
return
1
fi
# test for textrels
if
!
options_has
"textrels"
;
then
local
res
=
"
$(
scanelf
--recursive
--textrel
--quiet
"
$dir
"
)
"
if
[
-n
"
$res
"
]
;
then
error
"Found textrels:"
echo
"
$res
"
return
1
fi
fi
return
0
}
...
...
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