This is an automated email from Gerrit. Tim Newsome ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6071
-- gerrit commit 6d6c4793a5922ad319534098cef14454d1089ba6 Author: Tim Newsome <[email protected]> Date: Wed Feb 24 10:46:42 2021 -0800 Make path look relative for checkpatch. Signed-off-by: Tim Newsome <[email protected]> Change-Id: I07d7bb2f520e30935f9ab1355c7553803e51d068 diff --git a/contrib/cross-build.sh b/contrib/cross-build.sh index 8b31a3f..610607e 100755 --- a/contrib/cross-build.sh +++ b/contrib/cross-build.sh @@ -23,7 +23,7 @@ # export HIDAPI_SRC=/path/to/hidapi # export OPENOCD_CONFIG="--enable-..." # cd /work/dir -# /path/to/openocd/contrib/cross-build.sh <host-triplet> +# .../path/to/openocd/contrib/cross-build.sh <host-triplet> # # For static linking, a workaround is to # export LIBUSB1_CONFIG="--enable-static --disable-shared" -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
