Re: Package after compile

2015-05-03 Thread Nicholas Alexander
On Sat, May 2, 2015 at 9:26 PM, Ravi Inder Singh wrote: > My code is right now compiling with following command :- > > make -f client.mk build MOZ_CURRENT_PROJECT=mobile > This will work, but it's deprecated. Try just |./mach build|. > > > Now if i want to make Package do this command w

Re: Package after compile

2015-05-02 Thread Ravi Inder Singh
I have taken example from following link :- https://developer.mozilla.org/en-US/docs/Configuring_Build_Options If you want to build only one project using this mozconfig, use the following command line: make -f client.mk build MOZ_CURRENT_PROJECT=browser This will build only browser. On Su

Package after compile

2015-05-02 Thread Ravi Inder Singh
My code is right now compiling with following command :- make -f client.mk build MOZ_CURRENT_PROJECT=mobile Now if i want to make Package do this command will work ? ./mach package OR this package command is not required in this case. Thanks, Ravi _