mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Add FreeBSD core handling in zloop.sh
And use the correct path to libtool and ztest. Reviewed-By: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@ixsystems.com> Closes #9790
This commit is contained in:
committed by
Brian Behlendorf
parent
82e996c261
commit
54007c791f
+1
-1
@@ -25,7 +25,7 @@ define EXTRA_ENVIRONMENT
|
||||
|
||||
# Only required for in-tree use
|
||||
export INTREE="yes"
|
||||
export GDB="/usr/bin/libtool --mode=execute gdb"
|
||||
export GDB="libtool --mode=execute gdb"
|
||||
export LDMOD=/sbin/insmod
|
||||
|
||||
export CMD_DIR=@abs_top_builddir@/cmd
|
||||
|
||||
Reference in New Issue
Block a user