]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
fix irqbalance deleting the /etc/service file.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 15:21:14 +0000 (11:21 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 15:21:14 +0000 (11:21 -0400)
root_image/Makefile

index 2bfa4460e6e2b3df1c5e4b7b263c15be00a090a8..01a00574c54609a6872080a9aee536f6701bafa7 100644 (file)
@@ -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