~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/Makefile.in

  • Committer: Arnold D. Robbins
  • Date: 2011-02-14 19:38:32 UTC
  • Revision ID: git-v1:b9d87ba0b9ea6bbd939fd9a906d5721202d8f78d
VMS fixes, including ripple effect into pc and test directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1663
1663
profile1:
1664
1664
        @echo $@
1665
1665
        @$(AWK) --profile -f $(srcdir)/xref.awk $(srcdir)/dtdgport.awk > _$@.out1
1666
 
        @$(AWK) -f awkprof.out $(srcdir)/dtdgport.awk > _$@.out2
 
1666
        @$(AWK) -f awkprof.out $(srcdir)/dtdgport.awk > _$@.out2 ; rm awkprof.out
1667
1667
        @cmp _$@.out1 _$@.out2 && rm _$@.out[12] || echo EXIT CODE: $$? >>_$@
1668
1668
 
1669
1669
profile2:
1670
1670
        @echo $@
1671
 
        @$(PGAWK) -f $(srcdir)/xref.awk $(srcdir)/dtdgport.awk > /dev/null
 
1671
        @$(PGAWK) -v sortcmd=sort -f $(srcdir)/xref.awk $(srcdir)/dtdgport.awk > /dev/null
1672
1672
        @sed 1,2d < awkprof.out > _$@; rm awkprof.out
1673
1673
        @-$(CMP) $(srcdir)/$@.ok _$@ && rm -f _$@
1674
1674