[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/unit-tests/Makefile between version 1.136 and 1.137

version 1.136, 2020/09/05 12:59:07 version 1.137, 2020/09/07 18:43:59
Line 372  FLAGS.varmod-match-escape= -dv
Line 372  FLAGS.varmod-match-escape= -dv
 FLAGS.varname-dot-shell= -dpv  FLAGS.varname-dot-shell= -dpv
 FLAGS.varname-empty=    -dv '$${:U}=cmdline-u' '=cmline-plain'  FLAGS.varname-empty=    -dv '$${:U}=cmdline-u' '=cmline-plain'
   
 # Some tests need extra post-processing.  # Some tests need extra postprocessing.
 SED_CMDS.opt-debug-graph1= \  SED_CMDS.opt-debug-graph1= \
                         -e 's,${.CURDIR},CURDIR,'                          -e 's,${.CURDIR},CURDIR,'
 SED_CMDS.opt-debug-graph1+= \  SED_CMDS.opt-debug-graph1+= \
Line 446  LANG=  C
Line 446  LANG=  C
         echo $$status > ${.TARGET:R}.status          echo $$status > ${.TARGET:R}.status
         @mv ${.TARGET}.tmp ${.TARGET}          @mv ${.TARGET}.tmp ${.TARGET}
   
 # Post-process the test output so that the results can be compared.  # Postprocess the test output so that the results can be compared.
 #  #
 # always pretend .MAKE was called 'make'  # always pretend .MAKE was called 'make'
 _SED_CMDS+=     -e 's,^${TEST_MAKE:T:S,.,\\.,g}[][0-9]*:,make:,'  _SED_CMDS+=     -e 's,^${TEST_MAKE:T:S,.,\\.,g}[][0-9]*:,make:,'

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

CVSweb <webmaster@jp.NetBSD.org>