Mark Wu has uploaded a new change for review. Change subject: Remove INSTALL from git repository ......................................................................
Remove INSTALL from git repository 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: I18d1ffdeca49250fd8a0aeaceb800785cd29eb94 Signed-off-by: Mark Wu <[email protected]> --- M .gitignore D INSTALL 2 files changed, 1 insertion(+), 365 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/58/5958/1 -- To view, visit http://gerrit.ovirt.org/5958 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I18d1ffdeca49250fd8a0aeaceb800785cd29eb94 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mark Wu <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
