diff options
author | Igor Kozhukhov <ikozhukhov@gmail.com> | 2015-10-24 19:18:16 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-11-02 11:48:29 -0800 |
commit | 7b07063d906859b2be1e88791f801b3c96e432f6 (patch) | |
tree | ea1f793d08332a8f795713f5433a12ddb1622bf0 /usr/src/lib/libsmbfs | |
parent | ae24175b2b25e9fb4bfd9ac0648b57e0735b6651 (diff) | |
download | illumos-joyent-7b07063d906859b2be1e88791f801b3c96e432f6.tar.gz |
6383 update AWK to use /usr/bin/nawk and update $(AWK) where it's possible
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/lib/libsmbfs')
-rw-r--r-- | usr/src/lib/libsmbfs/Makefile.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libsmbfs/Makefile.com b/usr/src/lib/libsmbfs/Makefile.com index f5801a18db..0721dfc302 100644 --- a/usr/src/lib/libsmbfs/Makefile.com +++ b/usr/src/lib/libsmbfs/Makefile.com @@ -22,6 +22,7 @@ # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # # Copyright 2013 Nexenta Systems, Inc. All rights reserved. # @@ -118,7 +119,7 @@ ${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG # Filter out the less important lint. # See lgrep.awk -LGREP = nawk -f $(SRCDIR)/lgrep.awk +LGREP = $(AWK) -f $(SRCDIR)/lgrep.awk LTAIL += 2>&1 | $(LGREP) all: $(LIBS) |