From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 15:21:14 +0000 (-0400) Subject: fix irqbalance deleting the /etc/service file. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bfcabaf7736df66eeaf3ef4d2c8854124ec34502;p=xentesttools%2Fbootstrap.git fix irqbalance deleting the /etc/service file. --- diff --git a/root_image/Makefile b/root_image/Makefile index 2bfa446..01a0057 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -713,6 +713,7 @@ irqbalance-install: .PHONY: pm-utils-install pm-utils-install: if ! [ -e pm-utils/config.h ]; then (cd pm-utils; ./autogen.sh;./configure --prefix=/usr); fi + if ! [ -e pm-utils/src/service ]; then touch pm-utils/src/service; fi $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C pm-utils DESTDIR=$(CURDIR)/userspace install