there is no glclient in my distro or in the source tree nether is there ANY Makefiles any where in the source code that makes this information useless for slackware
This page assumes that you have already installed the depot tools. (Most distributions, including Slackware, don't ship them, partly because only few projects use them.)
Now if the Makefile dependencies were also fixed, I would not need to rebuild ALL of the object files EVERY time I do "make BUILDTYPE=Release chrome -r -j2". EVERY time meaning just that—it rebuilds everything, even when I have not changed any of the source files.
Use builddir_name= to specify your output path
there is no glclient in my distro that makes this information useless for slackware
there is no glclient in my distro or in the source tree nether is there ANY Makefiles any where in the source code that makes this information useless for slackware
@rice.rob: http://dev.chromium.org/developers/how-tos/install-gclient
This page assumes that you have already installed the depot tools. (Most distributions, including Slackware, don't ship them, partly because only few projects use them.)
Now if the Makefile dependencies were also fixed, I would not need to rebuild ALL of the object files EVERY time I do "make BUILDTYPE=Release chrome -r -j2". EVERY time meaning just that—it rebuilds everything, even when I have not changed any of the source files.