[llvm-commits] [hlvm] r37970 - in /hlvm/trunk: Makefile Makefile.common.in lib/Makefile tools/Makefile
Chris Lattner
clattner at apple.com
Sat Jul 7 23:15:16 PDT 2007
On Jul 7, 2007, at 4:58 PM, Reid Spencer wrote:
> Author: reid
> Date: Sat Jul 7 18:58:27 2007
> New Revision: 37970
>
> URL: http://llvm.org/viewvc/llvm-project?rev=37970&view=rev
> Log:
> Fix documentation in Makefiles.
> ======================================================================
> ========
> --- hlvm/trunk/Makefile (original)
> +++ hlvm/trunk/Makefile Sat Jul 7 18:58:27 2007
> @@ -1,6 +1,8 @@
> -##===- projects/sample/Makefile ----------------------------*-
> Makefile -*-===##
> +##===- Makefile --------------------------------------------*-
> Makefile -*-===##
> #
> -# This is a sample Makefile for a project that uses LLVM.
> +# This is the top level Makefile for the HLVM project.
> +#
> +# Copyright (C) 2006 Reid Spencer. All Rights Reserved.
> #
>
> ##===-----------------------------------------------------------------
> -----===##
Hi Reid,
Please remove the copyright lines, per:
http://llvm.org/docs/DeveloperPolicy.html#copyright
Also, this many commits seems, uh, "excessive". I thought you just
told us we should make single commits?
-Chris
More information about the llvm-commits
mailing list