[llvm-commits] [llvm] r47761 - /llvm/trunk/utils/buildit/GNUmakefile
Bill Wendling
isanbard at gmail.com
Fri Feb 29 13:14:43 PST 2008
Hi Nick,
> --- llvm/trunk/utils/buildit/GNUmakefile (original)
> +++ llvm/trunk/utils/buildit/GNUmakefile Fri Feb 29 13:30:23 2008
> @@ -53,7 +53,7 @@
> endif
>
> ifndef RC_ProjectSourceSubversion
> -RC_ProjectSourceSubversion = 01
> +RC_ProjectSourceSubversion = 0
> endif
>
Is this necessary? Doesn't this get set to "00" automatically in B&I?
And, if not, could you make it 00 instead of 0?
-bw
More information about the llvm-commits
mailing list