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 all doesn't? - that might give us some clues as to what is wrong. --Craig On Fri, Dec 4, 2009 at 7:53 AM, James Su <[email protected]> wrote: > Unfortunately, it doesn't work. Actually, "make" == "make all". > > - James Su > > 2009/12/4 Craig Schlenter <[email protected]> >> >> 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 <[email protected]> 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: 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 Su >> > >> > -- >> > Chromium Developers mailing list: [email protected] >> > View archives, change email options, or unsubscribe: >> > http://groups.google.com/group/chromium-dev > > -- Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev
