Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
subr/mode_check_updates.subr: seperated into check_updates.sh.
subr/post_{copy_etc,sha256sums,tarballs}.subr: absorbed into `dist' target.
|
|
vars/build.vars: install w/ `DESTDIR=<prefix> PREFIX= prefix=' by default.
vars/build.vars:cmake: build w/ -g0 -O2.
vars/cmake.vars: build using cmake_host.
vars/pkgconf_host.vars: remove & don't install ${PREFIX}/bin/pkg-config link to avoid confusing host packages.
vars/{apr_util,chainport}.vars: replaced w/ corresponding ${PKG_BUILD_STEPS}.
patches/perl-5.22.1.local.patch: pass -L. -lperl when linking.
patches/smallbasic.local.patch: don't call pcre-config.
subr/pkg_autoconf.subr, vars/{lib{caca,udns},toilet}.vars: always install config.sub after bootstrap.
subr/pkg_disabled.subr: always silently finish disabled packages.
subr/pkg_setup_{env,vars}.subr: split.
subr/pkg_{build,install}.subr: always pass LIBTOOL=${PKG_SLIBTOOL:=slibtool}.
subr/pkg_{{build,work}_dir,extract,setup_env}.subr: infer ${PKG_BUILD_DIR} from ${PKG_SUBDIR} given the absence of configure{,.{ac,in}}.
|
|
subr/build.subr:build_fileop(): include -L when testing pathnames for existence.
vars/build.vars: adds `host_packages' target comprised of all host packages.
vars/build.vars:lib_packages: adds w32lib (via Redfoxmoon.)
|
|
prior to the runtime components.
vars/build.vars:mdso{,_host}: additionally install mdso to ${TARGET}/bin/mdso.
vars/build.vars:ldso_host: additionally install libldso.a to ${PREFIX}/lib/libldso.a.
vars/build.vars:ldso: additionally install libldso.a to ${TARGET}/lib/libldso.a.
vars/build.vars:python3: pass -mout-dsolib vs. -mout-implib in ${BLDSHARED} (via midipix.)
subr/build.subr:install_files(): fix -v flag & only prepend ${_prefix} w/ relative pathnames during {ln,mkdir,cp}.
subr/pre_subdirs.subr:pre_subdirs(): mkdir ${PREFIX_TARGET}/bin.
vars/gcc.vars:pkgp_gcc_setup_env(): pass -midata in ${GCCTARGET_FLAGS} (via midipix.)
|
|
devroot and the former.
build.sh, subr/build.subr: adds `dev' meta-target.
|
|
subr/build.subr: fix bug in log_env_vars().
subr/pkg_setup_env.subr: inherit and log variables from parent packages when processing `flavoured' packages.
vars/build.vars: replaces minipix packages w/ {bash,coreutils}_flavour_minipix, which are statically linked and installed to ${PREFIX_MINIPIX}.
vars/musl.vars: don't install libc.so to ${PREFIX_MINIPIX}/lib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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}.
|