Last active
November 2, 2021 15:39
-
-
Save kwilczynski/0e6ce5547c19674b4c1b4e74d4c037df to your computer and use it in GitHub Desktop.
Build sparse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make clean | |
export PATH='/usr/local/bin:/usr/local/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' | |
make PREFIX='/usr' -j$(nproc) | |
make DESTDIR='/tmp/sparse' PREFIX='/usr' install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment