diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-07 21:21:02 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-12-07 21:21:02 +0100 |
commit | 8523a8508b3b3350547e842ace63b10bd22a8fe7 (patch) | |
tree | ec857c433df6af1ffe8eb109296d748d87dd8f07 /etc | |
parent | 754104858b77167068662d62fa732395352ced23 (diff) | |
download | midipix_build-8523a8508b3b3350547e842ace63b10bd22a8fe7.tar.bz2 midipix_build-8523a8508b3b3350547e842ace63b10bd22a8fe7.tar.xz |
weechat: patch autogen.sh to run autoreconf w/o -f so that it doesn't overwrite our config.sub.
build/pkg.build: adds `patch_pre' build step.
etc/build.usage: updated to document the above.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/build.usage b/etc/build.usage index 9fd45407..30253679 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -12,7 +12,8 @@ usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h] -N Offline mode: no {wget,git-{clone,pull}}(1) calls. -r package[,...][:step] Restart the specified comma-separated build(s) completely or at the optionally specified step. Currently defined steps are: - fetch extract build_dir autoconf patch configure clean build install + fetch extract build_dir patch_pre autoconf patch configure clean + build install. -t[.gz|.bz2|.xz] Produce binary distribution and source tarballs containing ${PREFIX} sans ${WORKDIR} and ${PREFIX}/src/midipix_build and ${WORKDIR} sans top- level regular files at the end of a build with zero failures. The |