diff options
author | jschauma <jschauma> | 2003-12-04 04:33:19 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-12-04 04:33:19 +0000 |
commit | 7611e056d3edffbc23f1646bd327485104bd452f (patch) | |
tree | 6d0167f786158e46f9fc13cd79c2142b6df383e7 /mk | |
parent | f68cfe7849ff98a6a0624164a7647f4994872629 (diff) | |
download | pkgsrc-7611e056d3edffbc23f1646bd327485104bd452f.tar.gz |
Congratulations, we've found our first incompatible awk: Irix!
Pointed out by Bas van Oostveen in PR pkg/23514.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index 01aa5721a07..cfbcdcde7c5 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.15 2003/09/21 17:40:40 grant Exp $ +# $NetBSD: tools.mk,v 1.16 2003/12/04 04:33:19 jschauma Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -146,7 +146,7 @@ _TOOLS_REPLACE_OPSYS.sed+= SunOS-*-* # These platforms have completely unusable versions of these tools, and # no suitable replacement is available. # -_TOOLS_OPSYS_INCOMPAT.awk+= # empty +_TOOLS_OPSYS_INCOMPAT.awk+= IRIX-*-* _TOOLS_OPSYS_INCOMPAT.grep+= # empty _TOOLS_OPSYS_INCOMPAT.m4+= # empty _TOOLS_OPSYS_INCOMPAT.make+= # empty |