Skip to content

Commit 2621d48

Browse files
committedFeb 7, 2020
gnulib: delete all gnulib integration
This deletes all trace of gnulib from libvirt. We still have the keycodemapdb submodule to deal with. The simple solution taken was to update it when running autogen.sh. Previously gnulib could auto-trigger refresh when running 'make' too. We could figure out a solution for this, but with the pending meson rewrite it isn't worth worrying about, given how infrequently keycodemapdb changes. Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
1 parent 55fe811 commit 2621d48

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+65
-1725
lines changed
 

‎.color_coded.in

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-I@abs_top_builddir@
22
-I@abs_top_srcdir@
3-
-I@abs_top_builddir@/gnulib/lib
4-
-I@abs_top_srcdir@/gnulib/lib
53
-I@abs_top_builddir@/include
64
-I@abs_top_srcdir@/include
75
-I@abs_top_builddir@/src

‎.gitignore

+2-7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*#*#
77
*.#*#
88
.#*
9+
*~
910

1011
# autotools related ignores
1112
!/m4/virt-*.m4
@@ -28,14 +29,8 @@
2829
/m4/*
2930
Makefile.in
3031

31-
# gnulib related ignores
32-
!/gnulib/lib/Makefile.am
33-
*.rej
34-
*~
35-
/gnulib/lib/*
36-
/gnulib/m4/*
37-
3832
# git related ignores
33+
*.rej
3934
*.orig
4035
.git-module-status
4136

0 commit comments

Comments
 (0)