diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-04-03 06:52:37 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-04-03 06:52:37 +0200 |
commit | ff8dc6bfe83d04790a8b869045cfb0ae8514659c (patch) | |
tree | 0264bd260bc6e07587410fa9c46a9165b44759b1 /etc | |
parent | 7837e6b970cfb743abb7e46e99d05795f1264c36 (diff) | |
download | midipix_build-ff8dc6bfe83d04790a8b869045cfb0ae8514659c.tar.bz2 midipix_build-ff8dc6bfe83d04790a8b869045cfb0ae8514659c.tar.xz |
Drop ccache support.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 3 | ||||
-rw-r--r-- | etc/build.usage | 3 | ||||
-rw-r--r-- | etc/build.usage.short | 2 |
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 @@ [90m[[33m-[93mr [90m[[93m*[90m[[93m*[90m[[93m*[90m]]][93mname[90m[[93m,[90m..][[93m:ALL[90m|[93mLAST[90m|[[93m^[90m|[93m<[90m|[93m<=[90m|[93m>[90m|[93m>=[90m][93mstep,[90m..]] [[33m-[93mR[90m] [90m[[33m-[93mv[90m] [[33m-[93mV [90m[[93m+[90m][93mtag[90m|[93mpat[90m[[93m,[90m..][90m][0m - [90m[[33m--[93mas-needed[90m] [[93m--ccache[90m] [[33m--[93mdebug-minipix[90m] [[33m--[93mreset-state[90m] [[33m--[93mroar[90m][0m + [90m[[33m--[93mas-needed[90m] [[33m--[93mdebug-minipix[90m] [[33m--[93mreset-state[90m] [[33m--[93mroar[90m][0m [90m[[33m--[93mtheme theme[90m] [[[93m=[90m][90m<[93mgroup[90m>|<[93mvariable name[90m>[93m=[90m<[93mvariable override[90m>[ ..]][0m [33m-[93ma nt32[90m|[93mnt64[0m [96mSelects 32-bit or 64-bit architecture; defaults to [93mnt64[96m.[0m @@ -82,7 +82,6 @@ [33m--[93mas-needed[0m [96mDon't build unless the midipix_build repository has received[0m [96mnew commits.[0m - [33m--[93mccache[0m [96mBuild w/ ccache(1) in $PATH.[0m [33m--[93mdebug-minipix[0m [96mDon't [93mstrip(1)[96m minipix binaries to facilitate debugging minipix.[0m [33m--[93mreset-state[0m [96mReset package build step state on exit.[0m [33m--[93mtheme theme[0m [96mSet theme.[0m 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 @@ [90m[[33m-[93mr [90m[[93m*[90m[[93m*[90m[[93m*[90m]]][93mname[90m[[93m,[90m..][[93m:ALL[90m|[93mLAST[90m|[[93m^[90m|[93m<[90m|[93m<=[90m|[93m>[90m|[93m>=[90m][93mstep,[90m..]] [[33m-[93mR[90m] [90m[[33m-[93mv[90m] [[33m-[93mV [90m[[93m+[90m][93mtag[90m|[93mpat[90m[[93m,[90m..][90m][0m - [90m[[33m--[93mas-needed[90m] [[93m--ccache[90m] [[33m--[93mdebug-minipix[90m] [[33m--[93mreset-state[90m] [[33m--[93mroar[90m][0m + [90m[[33m--[93mas-needed[90m] [[33m--[93mdebug-minipix[90m] [[33m--[93mreset-state[90m] [[33m--[93mroar[90m][0m [90m[[33m--[93mtheme theme[90m] [[[93m=[90m][90m<[93mgroup[90m>|<[93mvariable name[90m>[93m=[90m<[93mvariable override[90m>[ ..]][0m [33m-[93ma nt32[90m|[93mnt64[0m [96mSelects 32-bit or 64-bit architecture; defaults to [93mnt64[96m.[0m |