[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] config: generate Paths-$SUBSYSTEM.mk
On Wed, 2015-05-06 at 06:02 +0100, Wei Liu wrote: > ... so that we can run ./configure in each subsystem. > > Make inclusion of Paths-*.mk mandatory. Skip generating a global > Paths.mk since it's of no use anymore. > > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > v2: update .gitignore, delete Paths-*.mk in distclean > > Please rerun autogen.sh when applying this patch. With this applied the list of installed files changes in a way which is clearly not desirable ;-). Looks like the stubdom case is not correctly handled? --- ../FILE_LIST.BASE.staging.x86_64 2015-04-15 16:03:29.000000000 +0100 +++ ../FILE_LIST.staging.x86_64 2015-05-08 15:41:21.000000000 +0100 @@ -56,6 +56,9 @@ dist/install/etc/xen/xl.conf dist/install/etc/xen/xlexample.hvm dist/install/etc/xen/xlexample.pvlinux +dist/install@LIBEXEC_BIN@ +dist/install@LIBEXEC_BIN@/stubdom-dm +dist/install@LIBEXEC_BIN@/stubdompath.sh dist/install.sh dist/install/usr dist/install/usr/local @@ -337,8 +340,6 @@ dist/install/usr/local/lib/xen/bin/qemu-nbd dist/install/usr/local/lib/xen/bin/qemu-system-i386 dist/install/usr/local/lib/xen/bin/readnotes -dist/install/usr/local/lib/xen/bin/stubdom-dm -dist/install/usr/local/lib/xen/bin/stubdompath.sh dist/install/usr/local/lib/xen/bin/xenconsole dist/install/usr/local/lib/xen/bin/xenctx dist/install/usr/local/lib/xen/bin/xendomains @@ -347,12 +348,6 @@ dist/install/usr/local/lib/xen/bin/xenpvnetboot dist/install/usr/local/lib/xen/boot dist/install/usr/local/lib/xen/boot/hvmloader -dist/install/usr/local/lib/xen/boot/ioemu-stubdom.gz -dist/install/usr/local/lib/xen/boot/pv-grub-x86_32.gz -dist/install/usr/local/lib/xen/boot/pv-grub-x86_64.gz -dist/install/usr/local/lib/xen/boot/vtpmmgr-stubdom.gz -dist/install/usr/local/lib/xen/boot/vtpm-stubdom.gz -dist/install/usr/local/lib/xen/boot/xenstore-stubdom.gz dist/install/usr/local/lib/xen/etc dist/install/usr/local/lib/xen/etc/qemu dist/install/usr/local/lib/xen/etc/qemu/target-x86_64.conf @@ -785,4 +780,11 @@ dist/install/var/log/xen dist/install/var/xen dist/install/var/xen/dump +dist/install@XENFIRMWAREDIR@ +dist/install@XENFIRMWAREDIR@/ioemu-stubdom.gz +dist/install@XENFIRMWAREDIR@/pv-grub-x86_32.gz +dist/install@XENFIRMWAREDIR@/pv-grub-x86_64.gz +dist/install@XENFIRMWAREDIR@/vtpmmgr-stubdom.gz +dist/install@XENFIRMWAREDIR@/vtpm-stubdom.gz +dist/install@XENFIRMWAREDIR@/xenstore-stubdom.gz dist/README *** FILES DIFFER *** _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |