From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] make.sh: Clarify options need to come before the actual command Date: Sun, 09 Jan 2022 15:20:17 +0000 Message-ID: <7FB6A0E4-4E84-47EE-B7C6-35B5D0C4165E@ipfire.org> In-Reply-To: <31f0870d-f1c9-9f29-48d6-eaa9040aab7e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8946600822905759186==" List-Id: --===============8946600822905759186== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 9 Jan 2022, at 12:54, Peter M=C3=BCller wro= te: >=20 > This might prevent some misunderstandings, as the help of make.sh does > not precisely state where the options (target architecture) needs to be > specified. >=20 > See: https://lists.ipfire.org/pipermail/development/2022-January/011911.html >=20 > Signed-off-by: Peter M=C3=BCller > --- > make.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/make.sh b/make.sh > index 7568ee232..3f45e1953 100755 > --- a/make.sh > +++ b/make.sh > @@ -1957,7 +1957,7 @@ check-manualpages) > fi > ;; > *) > - echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|syn= c|toolchain|update-contributors|find-dependencies|check-manualpages}" > + echo "Usage: $0 [OPTIONS] {build|changelog|clean|gettoolchain|downloadsrc= |shell|sync|toolchain|update-contributors|find-dependencies|check-manualpages= }" > cat doc/make.sh-usage > ;; > esac > --=20 > 2.26.2 --===============8946600822905759186==--