Alpine build tools
Go to file
Natanael Copa 56741bede2 do not use splitfuncs variable
the split function name is extraced from the subpackage name in subpackages
variable in one of the following formats:

 1. subpackage:func

    The ':' serves as a separator. subpackage is first part, function second

 2. subpackage-func

    Without ':' separator, the subpackage is the entire string. In the
    example above, the package name is 'subpackage-func'.

    Function is extracted from the text after last '-'.

 3. subpackage

    Without either ':' and '-' the function name will be the subpackage name
    itself.
2008-11-07 07:43:31 +00:00
abuild do not use splitfuncs variable 2008-11-07 07:43:31 +00:00
abuild.conf fixed faulty gcc flag. export MAKEFLAGS 2008-10-22 21:03:22 +00:00
APKBUILD.proto install APKBUILD.proto 2008-10-30 15:55:25 +00:00
Makefile install APKBUILD.proto 2008-10-30 15:55:25 +00:00