> > It's not a file, it's a make target; that's just a mach-ism for how to run: > > make -C /Users/gkeeley/c/src2/obj-fennec/mobile/android/base > ANDROID_ECLIPSE_PROJECT_Fennec >
https://www.dropbox.com/s/lj42fkns3a88y5f/fennec_make_out.txt > You should see such targets in > /Users/gkeeley/c/src2/obj-fennec/mobile/android/base/backend.mk. > I do see that target, here is the full file: https://www.dropbox.com/s/xm7sxy1etwx9coh/backend.mk > Can you include the output of |mach build-backend -b=AndroidEclipse| and the > full output of the above? gkeeley13311:mozilla-central gkeeley$ ./mach build-backend -b=AndroidEclipse 0:00.61 /Users/gkeeley/c/src2/obj-fennec/_virtualenv/bin/python /Users/gkeeley/c/src2/obj-fennec/config.status --backend=AndroidEclipse Reticulating splines... Finished reading 2423 moz.build files in 2.49s Processed into 6669 build config descriptors in 4.08s Backend executed in 0.70s Wrote 8 Android Eclipse projects to /Users/gkeeley/c/src2/obj-fennec/android_eclipse; 0 created; 8 updated Total wall time: 7.50s; CPU time: 6.28s; Efficiency: 84%; Untracked: 0.23s gkeeley13311:mozilla-central gkeeley$ > Also, are you running Windows? On a mac, the 'c' in the path stands for code :). _______________________________________________ mobile-firefox-dev mailing list [email protected] https://mail.mozilla.org/listinfo/mobile-firefox-dev

