Re: [chromium-dev] "make all" doesn't work.

2009-12-04 Thread Lei Zhang
Works for me. Do you have an "all" target in your Makefile? Can you see what $all_targets is set to? On Thu, Dec 3, 2009 at 10:29 PM, James Su wrote: > "make chrome" works as expected, it builds out the chrome binary. But "make" > or "make all" doesn't work at all. > > - James Su > > 2009/12/4 Cr

Re: [chromium-dev] "make all" doesn't work.

2009-12-03 Thread James Su
"make chrome" works as expected, it builds out the chrome binary. But "make" or "make all" doesn't work at all. - James Su 2009/12/4 Craig Schlenter > Hi > > One known problem with the make build is that you sometimes have to > run it twice to rebuild the chrome target as the strings sometimes

Re: [chromium-dev] "make all" doesn't work.

2009-12-03 Thread Craig Schlenter
Hi One known problem with the make build is that you sometimes have to run it twice to rebuild the chrome target as the strings sometimes don't get rebuilt properly but if make chrome does something, then in theory make/make all should have built that too. What does make chrome build that make al

Re: [chromium-dev] "make all" doesn't work.

2009-12-03 Thread James Su
Unfortunately, it doesn't work. Actually, "make" == "make all". - James Su 2009/12/4 Craig Schlenter > I think you don't need to specify a target to build everything i.e. > just type make and it should work. > > --Craig > > On Fri, Dec 4, 2009 at 7:44 AM, James Su wrote: > > Hi, > > I just s

Re: [chromium-dev] "make all" doesn't work.

2009-12-03 Thread Craig Schlenter
I think you don't need to specify a target to build everything i.e. just type make and it should work. --Craig On Fri, Dec 4, 2009 at 7:44 AM, James Su wrote: > Hi, >   I just switched to use make to build chromium linux, but I found that > "make all" didn't work at all. It only told me: make: N

[chromium-dev] "make all" doesn't work.

2009-12-03 Thread James Su
Hi, I just switched to use make to build chromium linux, but I found that "make all" didn't work at all. It only told me: make: Nothing to be done for `all'. Though it works if I specify the target name explicitly, such as "make chrome". Is it a known issue of gyp? Or I missed something? - James