diff options
Diffstat (limited to 'solenv/inc/unitools.mk')
-rw-r--r-- | solenv/inc/unitools.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk index 7e12a9e2b225..cea303c2ae0f 100644 --- a/solenv/inc/unitools.mk +++ b/solenv/inc/unitools.mk @@ -120,6 +120,12 @@ GNUTAR*=/usr/sfw/bin/gtar DEREFERENCE= .ELSE # "$(OS)"=="SOLARIS" AWK*=awk +# this is not true, as BSD does not default to a GNU cp, but BSD cp +# so in dmake makefiles one should be restricted to use the subset +# of features that both BSD and GNU make support. +# as the GNU make build system requires GNUCOPY to really be a GNU copy +# we work around that for now by not setting GNUCOPY in sdev300.ini +# for fbsd for now, but for all other platforms it is set. GNUCOPY*=cp GNUPATCH*=patch DEREFERENCE=-L |