Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
19
Merge Requests
19
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
5b8d1709
Commit
5b8d1709
authored
Aug 17, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: the -dev pckages should depend on all subpackages
parent
1ccf8652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
abuild.in
abuild.in
+6
-0
No files found.
abuild.in
View file @
5b8d1709
...
...
@@ -569,9 +569,14 @@ mod() {
# predefined splitfunc dev
default_dev
()
{
local
i
depends
=
"
$pkgname
$depends_dev
"
install
=
"
$install_dev
"
triggers
=
"
$triggers_dev
"
for
i
in
$origsubpackages
;
do
[
"
${
i
%
:
*
}
"
=
"
$subpkgname
"
]
||
depends
=
"
$depends
${
i
%
:
*
}
"
done
cd
"
$pkgdir
"
||
return
0
for
i
in
usr/include usr/lib/pkgconfig usr/share/aclocal
\
usr/share/gettext usr/bin/
*
-config
\
...
...
@@ -1023,6 +1028,7 @@ fi
# If we are handling a sub package then reset subpackages and install
if
[
-n
"
$subpkgname
"
]
;
then
origsubpackages
=
"
$subpackages
"
subpackages
=
install
=
fi
...
...
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