diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 20:14:27 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 23:20:27 (EST) |
commit | b840755acc24f5cebe561d5ecb3380e157de1583 (patch) | |
tree | 52869222b2994e151768efc9bb9fd75c3156e0e0 /docs/hcl/gm45_remove_me.html | |
parent | 2080a1ffcf025f0cbb27f6c00f7165adfe7ec248 (diff) | |
download | libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.zip libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.gz libreboot-b840755acc24f5cebe561d5ecb3380e157de1583.tar.bz2 |
Move all build scripts into a single generic script, with helpers
All build scripts were moved to resources/scripts/helpers/
Diffstat (limited to 'docs/hcl/gm45_remove_me.html')
-rw-r--r-- | docs/hcl/gm45_remove_me.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hcl/gm45_remove_me.html b/docs/hcl/gm45_remove_me.html index d6c36f4..eff0eac 100644 --- a/docs/hcl/gm45_remove_me.html +++ b/docs/hcl/gm45_remove_me.html @@ -96,8 +96,8 @@ <p> ich9gen executables can be found under ./ich9deblob/ statically compiled in - libreboot_bin. If you are using src or git, build ich9gen from source with:<br/> - $ <b>./builddeps-ich9deblob</b><br/> + libreboot_util. If you are using src or git, build ich9gen from source with:<br/> + $ <b>./build module ich9deblob</b><br/> The executable will appear under resources/utilities/ich9deblob/ </p> @@ -138,13 +138,13 @@ </p> <p> If you are working with libreboot_src (or git), you can find the source under resources/utilities/ich9deblob/ - and will already be compiled if you ran ./builddeps or ./builddeps-ich9deblob from the main directory (./), + and will already be compiled if you ran <b>./build module all</b> or <b>./build module ich9deblob</b> from the main directory (./), otherwise you can build it like so:<br/> - $ <b>./builddeps-ich9deblob</b><br/> + $ <b>./build module ich9deblob</b><br/> An executable file named <b>ich9deblob</b> will now appear under resources/utilities/ich9deblob/ </p> <p> - If you are working with libreboot_bin release archive, you can find the utility included, statically compiled + If you are working with libreboot_util release archive, you can find the utility included, statically compiled (for i686 and x86_64 on GNU/Linux) under ./ich9deblob/. </p> |