summaryrefslogtreecommitdiffstats
path: root/cmd/ztest/Makefile.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-02-27 10:12:40 -0800
committerBrian Behlendorf <[email protected]>2012-02-27 14:08:17 -0800
commit4b787d75c869a7f633607ecb17f3a7c482a553d2 (patch)
tree39cc219f9493f31fee7203ac6ee8a54fed4d290f /cmd/ztest/Makefile.in
parent570827e129ed81e066e894530bbe24642f473154 (diff)
Cleanly support debug packages
Allow a source rpm to be rebuilt with debugging enabled. This avoids the need to have to manually modify the spec file. By default debugging is still largely disabled. To enable specific debugging features use the following options with rpmbuild. '--with debug' - Enables ASSERTs # For example: $ rpmbuild --rebuild --with debug zfs-modules-0.6.0-rc6.src.rpm Additionally, ZFS_CONFIG has been added to zfs_config.h for packages which build against these headers. This is critical to ensure both zfs and the dependant package are using the same prototype and structure definitions. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'cmd/ztest/Makefile.in')
-rw-r--r--cmd/ztest/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ztest/Makefile.in b/cmd/ztest/Makefile.in
index f6c5deda7..d1c8029a2 100644
--- a/cmd/ztest/Makefile.in
+++ b/cmd/ztest/Makefile.in
@@ -167,6 +167,7 @@ CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
DEBUG_CFLAGS = @DEBUG_CFLAGS@
DEBUG_STACKFLAGS = @DEBUG_STACKFLAGS@
+DEBUG_ZFS = @DEBUG_ZFS@
DEFAULT_INIT_DIR = @DEFAULT_INIT_DIR@
DEFAULT_INIT_SCRIPT = @DEFAULT_INIT_SCRIPT@
DEFAULT_PACKAGE = @DEFAULT_PACKAGE@