Dan Kenigsberg has submitted this change and it was merged. Change subject: remove INSTALL from git and add it to .gitignore ......................................................................
remove INSTALL from git and add it to .gitignore After running autogen.sh, I found the file "INSTALL" was modified. 'git diff' reports the following change: -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006, 2007, 2008, 2009 Free Software Foundation, Inc. +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, +Inc. ... + HP-UX `make' updates targets which have the same time stamps as +their prerequisites, which makes it generally unusable when shipped +generated files such as `configure' are involved. Use GNU `make' +instead. It's caused by the update in autoconf. Just adding it to gitigore does't help because it's already tracked. In my understanding, we needn't maintain 'INSTALL' in git repository, so remove it. Change-Id: I82687846afc8e86738eb5800623d1f4eac423487 Signed-off-by: Xu He Jie <[email protected]> --- M .gitignore D INSTALL 2 files changed, 15 insertions(+), 379 deletions(-) Approvals: Mark Wu: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5945 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I82687846afc8e86738eb5800623d1f4eac423487 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Xu He Jie <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Xu He Jie <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
