git: testcases/libnvmm: Improve makefile to not write in source tree
Aaron LI
aly at crater.dragonflybsd.org
Tue Jul 20 16:30:27 PDT 2021
commit edaa287824f1526c0efb7162c79c5b919eefbd23
Author: Aaron LI <aly at aaronly.me>
Date: Sat Jun 19 20:31:52 2021 +0800
testcases/libnvmm: Improve makefile to not write in source tree
Both build and dfregress(8) would write output in place in the source
tree, which however may be on a readonly mount via NFS. Improve the
makefile to cpdup the whole directory to /tmp and then do everything
there. (credit to Matt Dillon for the idea)
Summary of changes:
test/testcases/libnvmm/Makefile | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/edaa287824f1526c0efb7162c79c5b919eefbd23
--
DragonFly BSD source repository
More information about the Commits
mailing list