Subject: Use of ${CP}
To: None <tech-pkg@netbsd.org>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 10/16/2006 13:03:19
I just ran "pkglint -Wall" on some of my packages and I noticed these:


NOTE: Makefile:121: You can write "cp" instead of "${CP}".
NOTE: Makefile:124--126: You can write "env" instead of "${SETENV}".
NOTE: Makefile:137: You can write "rm" instead of "${RM}".
NOTE: Makefile:144--145: You can write "sh" instead of "${SH}".


Since when (and why?) is the use of "cp" preferred over "${CP}"?

Martti