diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:08:04 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-28 00:08:04 (EST) |
commit | c0d941b5b03842505e8bd87d8b1b8d9663ee8fdb (patch) | |
tree | bb8bb3665ba22fbfd0bfb66d218cba9aa7394c77 /builddeps-coreboot | |
parent | 9f67c319dfaef2d3e7920bb5b750ec5b8f5a52d6 (diff) | |
download | libreboot-c0d941b5b03842505e8bd87d8b1b8d9663ee8fdb.zip libreboot-c0d941b5b03842505e8bd87d8b1b8d9663ee8fdb.tar.gz libreboot-c0d941b5b03842505e8bd87d8b1b8d9663ee8fdb.tar.bz2 |
builddeps-coreboot and cleandeps: improve commenting
Diffstat (limited to 'builddeps-coreboot')
-rwxr-xr-x | builddeps-coreboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-coreboot b/builddeps-coreboot index 67ee968..6b5794f 100755 --- a/builddeps-coreboot +++ b/builddeps-coreboot @@ -37,10 +37,10 @@ cd coreboot # Build the utilities required by libreboot # ----------------------------------------- -# build cbfstool +# cbfstool cd util/cbfstool make -# build nvramtool +# nvramtool cd ../nvramtool make |