summaryrefslogtreecommitdiffhomepage
path: root/009.gcc.full.build
AgeCommit message (Collapse)AuthorFilesLines
2016-11-151) Replaces the SysV-style build script link mechanism w/ build {,meta-}targets,Lucio Andrés Illanes Albornoz (arab, vxp)1-164/+0
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}.
2016-09-15Build gcc w/ slibtool.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+1
2016-07-11Replaces rm_if_exists() [-m] [-c] w/ secure_rm(), insecure_mkdir(), and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-3/+5
secure_cd(). secure_{rm,cd}() verify whether all pathnames supplied are rooted beneath ${PREFIX_ROOT}.
2016-07-11Build perk{,_host} w/ pkg.build.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+161
2016-07-11- Build slibtool_host in build level 0 and slibtool in build level 1.Lucio Andrés Illanes Albornoz (arab, vxp)1-154/+0
- Fetch lazy in 006.musl.full.build. - Infer the default number of make(1) jobs to run simultaneously from /proc/cpuinfo. - Merges <https://ftp.gnu.org/gnu/bash/bash-4.3-patches/> into bash-4.3.local.patch. - Print all attributes off SGR at the start of a message in log_msg(). - Simplify 009.gcc.full.build and fetch{,_git}(). - Only create library archives for shared objects that have actually been installed. - Only invoke git-clone(1) and wget(1) in fetch{_git,}() when necessary.
2016-07-10Followup to <806c982e1dd9ef30ae17cd179476802015d1cd00>.Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+1
2016-07-10- Check if build script exists and if build level is valid w/ -r.Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+154
- Removes build levels {configure,build,install}{1,2}.