unitools.mk (23ba173d) unitools.mk (62840caa)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 89 unchanged lines hidden (view full) ---

98.ELIF "$(GUI)"=="UNX" # "$(GUI)"=="WNT"
99SED*=sed
100SORT*=sort
101PERL*=perl
102.EXPORT : PERL
103TYPE=cat
104CDD=cd
105COPY=cp -f
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 89 unchanged lines hidden (view full) ---

98.ELIF "$(GUI)"=="UNX" # "$(GUI)"=="WNT"
99SED*=sed
100SORT*=sort
101PERL*=perl
102.EXPORT : PERL
103TYPE=cat
104CDD=cd
105COPY=cp -f
106.IF "$(OS)"=="MACOSX"
106.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD"
107COPYRECURSE=-R
107COPYRECURSE=-R
108.ELSE #"$(OS)"=="MACOSX"
108.ELSE # Not BSD based
109COPYRECURSE=-r
110.ENDIF
111.IF "$(OS)"=="SOLARIS"
112AWK*=nawk
113GNUCOPY*=gnucp
114GNUPATCH*=gnupatch
115GNUTAR*=/usr/sfw/bin/gtar
116DEREFERENCE=

--- 73 unchanged lines hidden ---
109COPYRECURSE=-r
110.ENDIF
111.IF "$(OS)"=="SOLARIS"
112AWK*=nawk
113GNUCOPY*=gnucp
114GNUPATCH*=gnupatch
115GNUTAR*=/usr/sfw/bin/gtar
116DEREFERENCE=

--- 73 unchanged lines hidden ---