Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
subr/{pkg,rtl}.subr: merged into subr/rtl.subr.
|
|
|
|
|
|
|
|
build/{gcc,musl}.*.build: refactored into vars/{gcc,musl}.*.build.
build/pkg.build: merged w/ build.sh (structurally) and refactored into subr/pkg_*.subr (implementations.)
patches/gcc_native_x86_64_w64_mingw32.local.patch: fix wrong filename.
subr/build.subr: merges source_scripts() into build.sh.
subr/pkg.subr: accept either of ${PKG_..._{URL,VERSION}} when checking for missing entries in var/build.vars.
vars/build.vars: adds vars for {gcc,musl}_*.
vars/psxstub.vars: convert to pkg_..._all(); call pkg_fetch().
|
|
patches/gcc.stage1.mingw_w64.local.patch: force libiberty/pex-unix.c when targeting mingw_w64.
subr/build.subr: create ${PREFIX}/man -> share/man symlink as w/ ${PREFIX_NATIVE}.
subr/rtl.subr: obtain target from ${PKG_TARGET} in set_build_dir().
vars/build.vars: adds ${PKG_TARGET} var; reenables gcc.stage1.mingw_w64.
|
|
|
|
subr/build.subr: ensure ${PREFIX_NATIVE}/man is a symlink to ${...}/share/man.
Followup to <b5933a508096cb77de8e1fedab23c97aec9d4626>.
|
|
|
|
|
|
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}.
|