automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: fix substtarg.test


From: Tom Tromey
Subject: Patch: FYI: fix substtarg.test
Date: 22 Jul 2001 19:19:17 -0600

This fixes substtarg.test.
I'm checking it in.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * tests/Makefile.am (XFAIL_TESTS): Removed substtarg.test.
        * automake.in (TARGET_PATTERN): Add `@' as allowable character.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1159
diff -u -r1.1159 automake.in
--- automake.in 2001/07/22 22:16:29 1.1159
+++ automake.in 2001/07/23 00:52:31
@@ -133,7 +133,7 @@
 my $IGNORE_PATTERN = '^\s*##([^#\n].*)?\n';
 my $WHITE_PATTERN = '^\s*$';
 my $COMMENT_PATTERN = '^#';
-my $TARGET_PATTERN='[$a-zA-Z_.][-.a-zA-Z0-9_(){}/$+]*';
+my $TARGET_PATTERN='address@hidden(){}/address@hidden';
 # A rule has three parts: a list of targets, a list of dependencies,
 # and optionally actions.
 my $RULE_PATTERN =
Index: tests/Makefile.am
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.am,v
retrieving revision 1.330
diff -u -r1.330 Makefile.am
--- tests/Makefile.am 2001/07/22 22:16:30 1.330
+++ tests/Makefile.am 2001/07/23 00:52:31
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-XFAIL_TESTS = subdir5.test substtarg.test
+XFAIL_TESTS = subdir5.test
 
 TESTS =        \
 acinclude.test \
Index: tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.in,v
retrieving revision 1.430
diff -u -r1.430 Makefile.in
--- tests/Makefile.in 2001/07/22 22:16:30 1.430
+++ tests/Makefile.in 2001/07/23 00:52:31
@@ -66,7 +66,7 @@
 _am_quote = @_am_quote@
 install_sh = @install_sh@
 
-XFAIL_TESTS = subdir5.test substtarg.test
+XFAIL_TESTS = subdir5.test
 
 TESTS = \
 acinclude.test \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]