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 _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
