Advertisement
Guest User

Untitled

a guest
Apr 28th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. connor@Connor-Desktop:~$ cd Source
  2. connor@Connor-Desktop:~/Source$ . envsetup.py
  3. bash: envsetup.py: No such file or directory
  4. connor@Connor-Desktop:~/Source$ . build/envsetup.sh
  5. including device/generic/armv7-a-neon/vendorsetup.sh
  6. including device/generic/armv7-a/vendorsetup.sh
  7. including device/generic/mips/vendorsetup.sh
  8. including device/generic/x86/vendorsetup.sh
  9. including device/ti/panda/vendorsetup.sh
  10. including device/zte/atlas40/vendorsetup.sh
  11. including vendor/cm/vendorsetup.sh
  12. including sdk/bash_completion/adb.bash
  13. including vendor/cm/bash_completion/git.bash
  14. including vendor/cm/bash_completion/repo.bash
  15. connor@Connor-Desktop:~/Source$ brunch atlas40
  16. including vendor/cm/vendorsetup.sh
  17. Trying dependencies-only mode on a non-existing device tree?
  18.  
  19. ============================================
  20. PLATFORM_VERSION_CODENAME=REL
  21. PLATFORM_VERSION=4.2.2
  22. CM_VERSION=10.1-20130429-UNOFFICIAL-atlas40
  23. TARGET_PRODUCT=cm_atlas40
  24. TARGET_BUILD_VARIANT=userdebug
  25. TARGET_BUILD_TYPE=release
  26. TARGET_BUILD_APPS=
  27. TARGET_ARCH=arm
  28. TARGET_ARCH_VARIANT=armv7-a-neon
  29. HOST_ARCH=x86
  30. HOST_OS=linux
  31. HOST_OS_EXTRA=Linux-3.8.0-19-generic-x86_64-with-Ubuntu-13.04-raring
  32. HOST_BUILD_TYPE=release
  33. BUILD_ID=JDQ39E
  34. OUT_DIR=/home/connor/Source/out
  35. ============================================
  36.  
  37. make: *** No rule to make target `bacon'. Stop.
  38. connor@Connor-Desktop:~/Source$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement