Add CROSSCOMPILE to mdgrep, then use it to stop CRASHREPORT when cross-compiling
This commit is contained in:
+7
-2
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* NetHack 3.7 mdgrep.h $NHDT-Date: 1693083343 2023/08/26 20:55:43 $ $NHDT-Branch: keni-crashweb2 $:$NHDT-Revision: 1.18 $
|
||||
* NetHack 3.7 mdgrep.h $NHDT-Date: 1693083351 2023/08/26 20:55:51 $ $NHDT-Branch: keni-crashweb2 $:$NHDT-Revision: 1.24 $
|
||||
* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008
|
||||
* NetHack may be freely redistributed. See license for details.
|
||||
*
|
||||
* This file generated by mdgrep.pl version 1.23.
|
||||
* This file generated by mdgrep.pl version 1.24.
|
||||
* DO NOT EDIT! Your changes will be lost.
|
||||
*/
|
||||
static struct grep_var grep_vars[]={
|
||||
@@ -54,6 +54,11 @@ static struct grep_var grep_vars[]={
|
||||
#else
|
||||
{"CRASHREPORT", 0},
|
||||
#endif
|
||||
#if defined(CROSSCOMPILE)
|
||||
{"CROSSCOMPILE", 1},
|
||||
#else
|
||||
{"CROSSCOMPILE", 0},
|
||||
#endif
|
||||
#if defined(DLB)
|
||||
{"DLB", 1},
|
||||
#else
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@
|
||||
/;
|
||||
|
||||
# Miscellaneous
|
||||
@misc = qw/BETA/;
|
||||
@misc = qw/BETA CROSSCOMPILE/;
|
||||
|
||||
# Meta
|
||||
@meta = qw/ALLDOCS/; # convention: use --grep-define ALLDOCS to notate
|
||||
|
||||
Reference in New Issue
Block a user