summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-04-03 06:52:37 +0200
committerLucía Andrea Illanes Albornoz <lucia@luciaillanes.de>2023-04-03 06:52:37 +0200
commitff8dc6bfe83d04790a8b869045cfb0ae8514659c (patch)
tree0264bd260bc6e07587410fa9c46a9165b44759b1 /etc
parent7837e6b970cfb743abb7e46e99d05795f1264c36 (diff)
downloadmidipix_build-ff8dc6bfe83d04790a8b869045cfb0ae8514659c.tar.bz2
midipix_build-ff8dc6bfe83d04790a8b869045cfb0ae8514659c.tar.xz
Drop ccache support.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md3
-rw-r--r--etc/build.usage3
-rw-r--r--etc/build.usage.short2
3 files changed, 3 insertions, 5 deletions
diff --git a/etc/README.md b/etc/README.md
index e66766f6..702e4e8f 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -822,7 +822,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] [--ccache] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--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.
@@ -900,7 +900,6 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[
--as-needed Don't build unless the midipix_build repository has received
new commits.
- --ccache Build w/ ccache(1) in $PATH.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
--reset-state Reset package build step state on exit.
--theme theme Set theme.
diff --git a/etc/build.usage b/etc/build.usage
index 26a2b297..ed3c7df6 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] [--ccache] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--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.
@@ -82,7 +82,6 @@
--as-needed Don't build unless the midipix_build repository has received
new commits.
- --ccache Build w/ ccache(1) in $PATH.
--debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
--reset-state Reset package build step state on exit.
--theme theme Set theme.
diff --git a/etc/build.usage.short b/etc/build.usage.short
index 579c8d1f..fc966991 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] [--ccache] [--debug-minipix] [--reset-state] [--roar]
+ [--as-needed] [--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.