summaryrefslogtreecommitdiffstats
path: root/solenv/inc/unitools.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-03 16:42:02 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-03 16:47:21 +0300
commit70705ca8b6a6de9466ab90e5178a536c8b971d3a (patch)
treef9a07a0009a16fe7bc55cf2371c125cd7339f502 /solenv/inc/unitools.mk
parentMost likely pointless to pass -I $COMPATH/include when using gcc (diff)
downloadcore-70705ca8b6a6de9466ab90e5178a536c8b971d3a.tar.gz
core-70705ca8b6a6de9466ab90e5178a536c8b971d3a.zip
Update GNU{COPY,PATCH,MAKE} for Solaris
There are lots of (Open)Solaris variants, but this is what happens to work for what I briefly experimented with, oi_148.
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r--solenv/inc/unitools.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index f28f01513bc1..c07e5c36f6cc 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -117,9 +117,10 @@ COPYRECURSE=-r
.ENDIF
.IF "$(OS)"=="SOLARIS"
AWK*=nawk
-GNUCOPY*=gnucp
-GNUPATCH*=gnupatch
+GNUCOPY*=/usr/gnu/bin/cp
+GNUPATCH*=/usr/gnu/bin/patch
GNUTAR*=/usr/sfw/bin/gtar
+GNUMAKE=/usr/sfw/bin/make
DEREFERENCE=
.ELIF "$(OS)"=="AIX"
AWK*=/opt/freeware/bin/awk