Advertisement
Guest User

Untitled

a guest
Nov 20th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. ### THIS is what a success with a defined OUT_DIR_COMMON_BASE (in .bashrc) looks like
  2. dan@Seymornx:~/pacrom$ ./build-pac.sh -j7 m7spr
  3. variable is set (/pac/out)
  4. The out is located at (/pac/out)
  5.  
  6. ### THIS is what a success without a defined OUT_DIR_COMMON_BASE looks like
  7. dan@Seymornx:~/pacrom$ ./build-pac.sh -j7 m7spr
  8. ignored_deps is not set or is empty
  9. set to current dir (/home/dan/pacrom/out)
  10. The out is located at (/home/dan/pacrom/out)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement