diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-06 12:03:45 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-06 12:03:45 -1000 |
commit | 03373a3d83d8c8d6cbc6e0a74b3434ef695e4c22 (patch) | |
tree | 7536f10be3adf7fb554dfdfe136db30f2798dabb /data/file | |
parent | 4d9f1a0e9610f10d9f07818b0a1345e391a6a68e (diff) |
Build system updates
Diffstat (limited to 'data/file')
-rw-r--r-- | data/file/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/file/make.sh b/data/file/make.sh index b3898e369..d926136e4 100644 --- a/data/file/make.sh +++ b/data/file/make.sh @@ -6,8 +6,8 @@ pkg:extract mv !(target) host cd host ./configure -make +make -j16 cd ../target pkg:configure -make FILE_COMPILE="$(pwd)"/../host/src/file +make -j16 FILE_COMPILE="$(pwd)"/../host/src/file pkg:install |