diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 21:12:56 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-06 21:12:56 +0000 |
commit | 8c5df87b6fd4c0e2f5e5658c740d7c5f35ce87a7 (patch) | |
tree | 438f5385efc8568c4c2bc9df7fbec9e9ef1eb325 /resources/scripts | |
parent | 1d1b6c8fc9393d7cc304a72e37d8dff5f9f09340 (diff) | |
download | librebootfr-8c5df87b6fd4c0e2f5e5658c740d7c5f35ce87a7.tar.gz librebootfr-8c5df87b6fd4c0e2f5e5658c740d7c5f35ce87a7.zip |
build/module/ich9deblob: don't parallelize the build
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/build/module/ich9deblob | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/ich9deblob b/resources/scripts/helpers/build/module/ich9deblob index 2ca54c7f..8e00fbc8 100755 --- a/resources/scripts/helpers/build/module/ich9deblob +++ b/resources/scripts/helpers/build/module/ich9deblob @@ -36,7 +36,7 @@ cd "resources/utilities/ich9deblob/" make clean # build ich9deblob -make -j"$(nproc)" +make # done. go back to main directory cd "../../../" |