Re: Compiled sucessfully but package cannot be created

2015-05-03 Thread Nicholas Alexander
On Sun, May 3, 2015 at 1:48 PM, Ravi Inder Singh wrote: > Hi Nick, > In my case i am able to compile successfuly now but package cannot be > created error is coming No rule to make 'package' > Below is out of > 1) mozconfig file > 2) hg parent > 3) Compilation last results > 4) Finally error

Compiled sucessfully but package cannot be created

2015-05-03 Thread Ravi Inder Singh
Hi Nick, In my case i am able to compile successfuly now but package cannot be created error is coming No rule to make 'package' Below is out of 1) mozconfig file 2) hg parent 3) Compilation last results 4) Finally error what is coming Please verify what i am doing wrong. ***

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