[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 09/28] remove duplicate variables from config
On Tue, Sep 30, Roger Pau Monnà wrote: > El 25/09/14 a les 17.20, Olaf Hering ha escrit: > > +++ b/m4/paths.m4 > > @@ -68,10 +71,11 @@ AC_SUBST(SHAREDIR) > > PRIVATE_PREFIX=$LIBDIR/xen > > AC_SUBST(PRIVATE_PREFIX) > > > > -PKG_XEN_PREFIX=$LIBDIR/xen > > -AC_SUBST(PKG_XEN_PREFIX) > > - > > -PRIVATE_BINDIR=$PRIVATE_PREFIX/bin > > +case "$host_os" in > > +*freebsd*) PRIVATE_BINDIR=$PRIVATE_PREFIX/bin ;; > Is it really necessary to introduce a FreeBSD case? It could just use > the wildcard one since it's the same. PRIVATE_BINDIR and PRIVATE_PREFIX will be removed in a later patch (--libexec). But I just realized those two variables are not removed by that later patch. I will fix that with v5. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |