[Mesa-dev] [PATCH] mesa: remove depend files from tarballs
Brian Paul
brianp at vmware.com
Tue Jul 19 14:09:57 PDT 2011
On 07/19/2011 02:40 PM, Ian Romanick wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 07/19/2011 08:29 AM, Brian Paul wrote:
>
> Won't this add an extra dependency (on makedepend) in the tarballs? I
> thought that was the reason for including the empty depend files in the
> first place. Right?
It shouldn't make any difference since when the makefiles include the
depend files we use "-include depend" (don't error if file is
missing). We pretty much require GNU make nowadays. When we used to
care about other versions of make we couldn't use "-include"
everywhere and we'd crap out if "include depend" failed.
Also, I found that we weren't including a complete set of depend files
in the tarball anyway.
-Brian
More information about the mesa-dev
mailing list