Pushed.
> -----Original Message----- > From: Beignet [mailto:[email protected]] On Behalf Of > Guo, Yejun > Sent: Wednesday, May 25, 2016 8:59 > To: Burton, Ross <[email protected]>; [email protected] > Subject: Re: [Beignet] [PATCH 2/2] Ensure paths to beignet.bc and > beignet.pch include a / before the filename > > this patch set looks good, thanks. > > -----Original Message----- > From: Beignet [mailto:[email protected]] On Behalf Of > Ross Burton > Sent: Tuesday, May 24, 2016 11:14 PM > To: [email protected] > Subject: [Beignet] [PATCH 2/2] Ensure paths to beignet.bc and beignet.pch > include a / before the filename > > Otherwise it's possible for the paths to be something like > /usr/lib/beignetbeignet.bc. > > Signed-off-by: Ross Burton <[email protected]> > --- > backend/src/CMakeLists.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt index > a4e909a..a21ca75 100644 > --- a/backend/src/CMakeLists.txt > +++ b/backend/src/CMakeLists.txt > @@ -1,6 +1,6 @@ > -set (OCL_BITCODE_BIN "${BEIGNET_INSTALL_DIR}beignet.bc") > +set (OCL_BITCODE_BIN "${BEIGNET_INSTALL_DIR}/beignet.bc") > set (OCL_HEADER_DIR "${BEIGNET_INSTALL_DIR}/include") -set > (OCL_PCH_OBJECT "${BEIGNET_INSTALL_DIR}beignet.pch") > +set (OCL_PCH_OBJECT "${BEIGNET_INSTALL_DIR}/beignet.pch") > set (GBE_OBJECT_DIR "${BEIGNET_INSTALL_DIR}/libgbe.so") > set (INTERP_OBJECT_DIR "${BEIGNET_INSTALL_DIR}/libgbeinterp.so") > > -- > 2.8.0.rc3 > > _______________________________________________ > Beignet mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/beignet > _______________________________________________ > Beignet mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/beignet
