diff options
-rw-r--r-- | pc/ChangeLog | 5 | ||||
-rw-r--r-- | pc/Makefile.tst | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 535b5be4..b63905c1 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-22 Eli Zaretskii <eliz@gnu.org> + + * Makefile.tst (jarebug): Update. + (GREP_OPTIONS): Add. + 2012-11-04 Scott Deifik <scottd.mail@sbcglobal.net> * Makefile.tst (jarebug, charasbytes): Update. diff --git a/pc/Makefile.tst b/pc/Makefile.tst index c9aea454..4fc7f6df 100644 --- a/pc/Makefile.tst +++ b/pc/Makefile.tst @@ -114,6 +114,9 @@ DATE = gdate # MS-DOS and OS/2 use ; as a PATH delimiter PATH_SEPARATOR = ; +# Non-default GREP_OPTIONS might fail the badargs test +export GREP_OPTIONS= + # ============================================================================ # You shouldn't need to modify anything below this line. # ============================================================================ @@ -809,7 +812,7 @@ rri1:: jarebug:: @echo $@ - @echo Expect jarebug to fail with DJGPP. + @echo Expect jarebug to fail with DJGPP and MinGW. @$(srcdir)/$@.sh "$(AWKPROG)" "$(srcdir)/$@.awk" "$(srcdir)/$@.in" "_$@" @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@ |