Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # ccache
  2. export USE_CCACHE=1
  3. export CCACHE_DIR=/home/ccache/morgan
  4. #export KBUILD_BUILD_USER=SachinXDA
  5. #export KBUILD_BUILD_HOST=jio4g
  6. export KBUILD_BUILD_USER=alamo
  7. export KBUILD_BUILD_HOST=bendyland
  8. prebuilts/misc/linux-x86/ccache/ccache -M 50G
  9.  
  10. # clean
  11. make clean && make clobber
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement