Prefer sh builtins to a dubious `optimization'
This commit is contained in:
parent
ec428d82ff
commit
3374f661ba
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.146 1999/11/28 14:14:58 espie Exp $$
|
||||
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.147 1999/11/29 23:14:03 espie Exp $$
|
||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
||||
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||
#
|
||||
@ -777,9 +777,9 @@ CHMOD?= /bin/chmod
|
||||
CHOWN?= /usr/sbin/chown
|
||||
CP?= /bin/cp
|
||||
DIRNAME?= /usr/bin/dirname
|
||||
ECHO?= /bin/echo
|
||||
ECHO?= echo
|
||||
EXPR?= /bin/expr
|
||||
FALSE?= /usr/bin/false
|
||||
FALSE?= false
|
||||
FILE?= /usr/bin/file
|
||||
GREP?= /usr/bin/grep
|
||||
GUNZIP_CMD?= /usr/bin/gunzip -f
|
||||
@ -803,7 +803,7 @@ FIND?= /usr/bin/find
|
||||
SETENV?= /usr/bin/env
|
||||
SH?= /bin/sh
|
||||
TR?= /usr/bin/tr
|
||||
TRUE?= /usr/bin/true
|
||||
TRUE?= true
|
||||
|
||||
# Used to print all the '===>' style prompts - override this to turn them off.
|
||||
ECHO_MSG?= echo
|
||||
|
Loading…
Reference in New Issue
Block a user