diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-29 11:47:59 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-29 11:47:59 +0100 |
commit | 7adf0619b3c3907a10af45f8b1d0bd42e2ed3174 (patch) | |
tree | 686c6f33da1cbad5f5f53feb81aebfd78fda0f9a | |
parent | 840cbd24ba037bfebf4900d52ed82ca38614ad10 (diff) | |
download | midipix_build-7adf0619b3c3907a10af45f8b1d0bd42e2ed3174.tar.bz2 midipix_build-7adf0619b3c3907a10af45f8b1d0bd42e2ed3174.tar.xz |
Fixed typo in build.usage.
-rw-r--r-- | build.usage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.usage b/build.usage index 6ac6c1a9..be19aec1 100644 --- a/build.usage +++ b/build.usage @@ -18,7 +18,7 @@ usage: ./build.sh [-c] [-nd] [-r ALL|name[:step]] [-h] [-t] named ${PKG_SUBDIR}.local.patch. Examples: - ./build.sh -r psxscl GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE + ./build.sh -r 205.psxscl.build GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE Build psxscl from the internal repository with strace enabled. ./build.sh -c -r ALL GITROOT_HEAD=... |