Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common s/awk/${AWK}



details:   https://anonhg.NetBSD.org/src/rev/2002521dbbbc
branches:  trunk
changeset: 555311:2002521dbbbc
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Nov 14 06:00:34 2003 +0000

description:
s/awk/${AWK}

diffstat:

 distrib/common/Makefile.parselist |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 099eb9107e58 -r 2002521dbbbc distrib/common/Makefile.parselist
--- a/distrib/common/Makefile.parselist Fri Nov 14 05:25:59 2003 +0000
+++ b/distrib/common/Makefile.parselist Fri Nov 14 06:00:34 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.parselist,v 1.4 2003/03/25 23:07:29 lukem Exp $
+#      $NetBSD: Makefile.parselist,v 1.5 2003/11/14 06:00:34 matt Exp $
 #
 # Makefile snippet to setup parselist.awk related variables:
 #      PARSELISTENV    environment variables to pass to parselist.awk
@@ -22,7 +22,7 @@
                OBJDIR=${.OBJDIR:Q}
 
 PARSELISTDEP=  ${DISTRIBDIR}/common/parselist.awk
-PARSELIST=     ${PARSELISTENV} awk -f ${PARSELISTDEP}
+PARSELIST=     ${PARSELISTENV} ${AWK} -f ${PARSELISTDEP}
 
 
 .endif # _MAKEFILE_PARSELIST_



Home | Main Index | Thread Index | Old Index