~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Arnold D. Robbins
  • Date: 2018-10-10 16:28:17 UTC
  • mto: (731.18.2) (1056.1.1)
  • mto: This revision was merged to the branch mainline in revision 999.
  • Revision ID: git-v1:764fda37790896df62e79a24df19b9cdf5ecc27a
Ignore failure in profile1 test, allows make to keep going.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1890
1890
        @$(AWK) -f "$(srcdir)"/xref.awk "$(srcdir)"/dtdgport.awk > _$@.out1
1891
1891
        @$(AWK) --pretty-print=ap-$@.out -f "$(srcdir)"/xref.awk
1892
1892
        @$(AWK) -f ./ap-$@.out "$(srcdir)"/dtdgport.awk > _$@.out2 ; rm ap-$@.out
1893
 
        @$(CMP) _$@.out1 _$@.out2 && rm _$@.out[12] || { echo EXIT CODE: $$? >>_$@ ; \
 
1893
        @-$(CMP) _$@.out1 _$@.out2 && rm _$@.out[12] || { echo EXIT CODE: $$? >>_$@ ; \
1894
1894
        cp "$(srcdir)"/dtdgport.awk $@.ok ; }
1895
1895
 
1896
1896
profile2: