From 8523a8508b3b3350547e842ace63b10bd22a8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 7 Dec 2016 21:21:02 +0100 Subject: 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. --- etc/build.usage | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3