From 0750acf13244bbcc3d7d8623114178c4143d9a27 Mon Sep 17 00:00:00 2001 From: Scott Sievert Date: Thu, 2 Jun 2016 11:02:37 -0700 Subject: [PATCH 1/2] Clarifies docs to clarify building recipes --- toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain.py b/toolchain.py index b06b04e..49745dd 100755 --- a/toolchain.py +++ b/toolchain.py @@ -1060,7 +1060,7 @@ if __name__ == "__main__": usage="""toolchain [] Available commands: - build Build a specific recipe + build Build an external package, found in recipes/ clean Clean the build distclean Clean the build and the result recipes List all the available recipes From 5f048d3eadcbbfc714b3958abbf72ffb23995f0d Mon Sep 17 00:00:00 2001 From: Scott Sievert Date: Sun, 26 Jun 2016 10:33:33 -0500 Subject: [PATCH 2/2] Clarifies build help "(available packages in the recipes directory)" --- toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain.py b/toolchain.py index 49745dd..be32e59 100755 --- a/toolchain.py +++ b/toolchain.py @@ -1060,7 +1060,7 @@ if __name__ == "__main__": usage="""toolchain [] Available commands: - build Build an external package, found in recipes/ + build Build an external package (available packages in the recipes directory). clean Clean the build distclean Clean the build and the result recipes List all the available recipes