[Qemu-devel] [PATCH 16/27] build: move util-obj-y to libqemuutil.a

2013-01-12 Thread Paolo Bonzini
Use a static library to eliminate repetition in the linking rules. Signed-off-by: Paolo Bonzini --- Makefile| 17 + Makefile.objs | 1 - Makefile.target | 8 tests/Makefile | 17 - 4 files changed, 21 insertions(+), 22 deletions(-) diff --gi

[Qemu-devel] [PATCH 16/27] build: move util-obj-y to libqemuutil.a

2012-12-21 Thread Paolo Bonzini
Use a static library to eliminate repetition in the linking rules. Signed-off-by: Paolo Bonzini --- Makefile| 17 + Makefile.objs |1 - Makefile.target |8 tests/Makefile | 17 - 4 files changed, 21 insertions(+), 22 deletions(-) d