~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Arnold D. Robbins
  • Date: 2024-08-08 16:47:38 UTC
  • mfrom: (2057.1.74)
  • Revision ID: git-v1:c54a5d879806505c0cd9234a340a41d0ddb05c95
Merge branch 'gawk-5.3-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2550
2550
colonwarn:
2551
2551
        @echo $@
2552
2552
        @-for i in 1 2 3 ; \
2553
 
        do $(AWK) -f "$(srcdir)"/$@.awk $$i < "$(srcdir)"/$@.in ; \
 
2553
        do $(AWK) -f "$(srcdir)"/$@.awk $$i < "$(srcdir)"/$@.in 2>&1 ; \
2554
2554
        done > _$@ || echo EXIT CODE: $$? >> _$@
2555
2555
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
2556
2556