~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • 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:
3000
3000
colonwarn:
3001
3001
        @echo $@
3002
3002
        @-for i in 1 2 3 ; \
3003
 
        do $(AWK) -f "$(srcdir)"/$@.awk $$i < "$(srcdir)"/$@.in ; \
 
3003
        do $(AWK) -f "$(srcdir)"/$@.awk $$i < "$(srcdir)"/$@.in 2>&1 ; \
3004
3004
        done > _$@ || echo EXIT CODE: $$? >> _$@
3005
3005
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
3006
3006