Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-05 | build.sh, {subr,vars}/*: general cleanup. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -1/+1 | |
2017-02-03 | build.sh, etc/build.usage, {subr,vars}/*: general cleanup. | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -1/+1 | |
2017-02-01 | subr/{pkg,pkg_fetch}.subr: merges fetch{,_git}() into pkg_fetch.subr and ↵ | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -2/+1 | |
introduces ${PKG_URLS_GIT}. subr/pkg_extract.subr: only extract if ${PKG_URL} is set. var/build.vars: updated to use ${PKG_URLS_GIT}. vars/{cparser,gcc,libfirm,musl,perl}.vars: updated to call pkg_fetch() instead of fetch{,_git}(). vars/gcc.vars: cleanup pkgp_gcc_setup_env() and pkg_gcc_stage1_all(). | |||||
2016-11-24 | slibtool, bcparser, bfirm: use ${GITROOT} rather than a hard-coded address. | midipix | 1 | -1/+1 | |
Signed-off-by: Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | |||||
2016-11-15 | 1) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets, | Lucio Andrés Illanes Albornoz (arab, vxp) | 1 | -0/+10 | |
2) splits build.{subr,sh}} into subr/{build,pkg,rtl}.subr and build.sh, 3) replaces {997.strip,998.midipix_sh,999.tarballs}.build with subr/{strip,tarball}.subr, 4) moves patches to patches/, vars files to vars/, and everything else to etc/, 5) renames `Create `Midipix mintty shell' shortcut.vbs' to midipix_shortcut.vbs, 6) fixes a Weechat configure issue, and 7) updates etc/{build.usage,README}. |