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
f8ac8f30
Commit
f8ac8f30
authored
Oct 10, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: remove predefined mod splitfunc
It is never and should never be used.
parent
c1521822
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
abuild.in
abuild.in
+0
-16
No files found.
abuild.in
View file @
f8ac8f30
...
@@ -1151,22 +1151,6 @@ doc() {
...
@@ -1151,22 +1151,6 @@ doc() {
default_doc
default_doc
}
}
# predefined splitfunc mod
default_mod
()
{
depends
=
"
$kernel
$depends_mod
"
for
i
in
firmware modules
;
do
if
[
-d
"
$pkgdir
/lib/
$i
"
]
;
then
rm
-rf
"
$subpkgdir
/lib"
mkdir
-p
"
$subpkgdir
/lib"
mv
"
$pkgdir
/lib/
$i
"
"
$subpkgdir
/lib"
fi
done
}
mod
()
{
default_mod
}
# predefined splitfunc dev
# predefined splitfunc dev
default_dev
()
{
default_dev
()
{
local
i
=
j
=
local
i
=
j
=
...
...
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