mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
f272378d52
When "git pull" (or any other operation) brings in a new version of the gnulib git submodule, you must rerun the autogen.sh script. With this change, "make" now fails and tells you to run ./autogen.sh, when needed. * autogen.sh: Maintain a new file, .git-module-status, containing the current submodule status. If it doesn't exist or its content is different from what "git submodule status" prints, then run ./bootstrap * .gitignore: Add .git-module-status * cfg.mk: Diagnose out of date submodule and fail. * README-hacking: Update not to mention bootstrap. * Makefile.am (MAINTAINERCLEANFILES): Add .git-module-status, so that "make maintainerclean" will remove it.
47 lines
478 B
Plaintext
47 lines
478 B
Plaintext
*.a
|
|
*.o
|
|
*~
|
|
.git
|
|
.git-module-status
|
|
ABOUT-NLS
|
|
COPYING
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.cache
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.rpath
|
|
config.status
|
|
config.sub
|
|
configure
|
|
coverage
|
|
cscope.files
|
|
cscope.out
|
|
libtool
|
|
libvirt-*.tar.gz
|
|
libvirt.pc
|
|
libvirt.spec
|
|
ltconfig
|
|
ltmain.sh
|
|
mingw32-libvirt.spec
|
|
mkinstalldirs
|
|
results.log
|
|
stamp-h
|
|
stamp-h.in
|
|
stamp-h1
|
|
update.log
|
|
tests/*.log
|
|
/GNUmakefile
|
|
/maint.mk
|
|
gnulib/
|
|
*.orig
|
|
*.rej
|
|
*#*#
|
|
*.#*#
|
|
ChangeLog
|