summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 18:06:04 +0100
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-03-20 18:06:04 +0100
commit1b1772755aa2f37f98edc5fa18ddc9132c555adb (patch)
treeab8106ef3f7ece0114ec27bd6530d09ea2999799 /etc
parent16909c03b86be7aa2e9275fb93b8d03f1c3c3356 (diff)
downloadmidipix_build-1b1772755aa2f37f98edc5fa18ddc9132c555adb.tar.bz2
midipix_build-1b1772755aa2f37f98edc5fa18ddc9132c555adb.tar.xz
Implements ccache integration.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md2
-rw-r--r--etc/build.usage2
-rw-r--r--etc/build.usage.short2
3 files changed, 3 insertions, 3 deletions
diff --git a/etc/README.md b/etc/README.md
index 5fa748db..ef03485b 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -811,7 +811,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[
[-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R]
[-v] [-V [+]tag|pat[,..]]
- [--as-needed] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--ccache] [--debug-minipix] [--reset-state] [--roar]
[--theme theme] [[=]<group>|<variable name>=<variable override>[ ..]]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
diff --git a/etc/build.usage b/etc/build.usage
index ccba4be9..89bc2a41 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -3,7 +3,7 @@
[-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R]
[-v] [-V [+]tag|pat[,..]]
- [--as-needed] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--ccache] [--debug-minipix] [--reset-state] [--roar]
[--theme theme] [[=]<group>|<variable name>=<variable override>[ ..]]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
diff --git a/etc/build.usage.short b/etc/build.usage.short
index db8ee464..579c8d1f 100644
--- a/etc/build.usage.short
+++ b/etc/build.usage.short
@@ -3,7 +3,7 @@
[-r [*[*[*]]]name[,..][:ALL|LAST|[^|<|<=|>|>=]step,..]] [-R]
[-v] [-V [+]tag|pat[,..]]
- [--as-needed] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--ccache] [--debug-minipix] [--reset-state] [--roar]
[--theme theme] [[=]<group>|<variable name>=<variable override>[ ..]]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.