[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xenpaging: mkdir /var/lib/xen/xenpaging during make install
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1294741952 0 # Node ID af807bf09d1f65853bc5d589ae556c035af95e95 # Parent f87b1c194eb87d4f9a0d7d075a68911e402629ad xenpaging: mkdir /var/lib/xen/xenpaging during make install pagefiles go to /var/lib/xen/xenpaging directory, create this directory during make install Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- tools/xenpaging/Makefile | 1 + 1 files changed, 1 insertion(+) diff -r f87b1c194eb8 -r af807bf09d1f tools/xenpaging/Makefile --- a/tools/xenpaging/Makefile Tue Jan 11 10:32:05 2011 +0000 +++ b/tools/xenpaging/Makefile Tue Jan 11 10:32:32 2011 +0000 @@ -27,6 +27,7 @@ xenpaging: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) install: all + $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) $(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR) _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |