Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Last active November 2, 2021 15:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwilczynski/0e6ce5547c19674b4c1b4e74d4c037df to your computer and use it in GitHub Desktop.
Save kwilczynski/0e6ce5547c19674b4c1b4e74d4c037df to your computer and use it in GitHub Desktop.
Build sparse
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