From a8960162daf2fee5955732def8862aa60bf6bf0b 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: Sun, 10 Jul 2016 16:19:23 +0000 Subject: Adds pseudo-build step `diff.' --- build.usage | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'build.usage') diff --git a/build.usage b/build.usage index 2048aecc..624f66ca 100644 --- a/build.usage +++ b/build.usage @@ -1,5 +1,5 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-i level.name.build] - [-r ALL|level.name.build[:step]] [-t[.gz|.bz2|.xz] [-x] + [-r ALL|level.name.build[:diff|:step[,...]]] [-t[.gz|.bz2|.xz] [-x] -a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64. -b debug|release Selects debug or release build; defaults to debug. This currently only controls CFLAGS. @@ -8,11 +8,13 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-i level.name.bui -i level.name.build Insert link to pkg.build for the specified build script. All consecutive scripts with higher build levels will be renamed automatically. - -r ALL|level.name.build[:step] + -r ALL|level.name.build[:step[,...]] Restart all or the specified build script(s) completely or at the optionally specified build step. Currently defined - build steps are: fetch extract build_dir autoconf patch configure - clean build install. + build steps are: fetch extract build_dir autoconf patch + configure clean build install. + -r level.name.build:diff + Automatically produce diff(1). -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