baa4374cad
/dev/null for one compile test. The old variant of using &>/dev/null works on bash and zsh, but not on dash and tcsh. dash and tcsh interpret it as "background command and truncate /dev/null" which is not what we want. >& works on tcsh and bash, but it is not POSIX compliant. Since make uses /bin/sh and /bin/sh has to be POSIX compliant, we can use the POSIX variant of stderr and stdout redirection. >/dev/null 2>&1 is POSIX compliant. This is specified in SuSv3, Shell Command Language, sections 2.7.2 and 2.7.6. Signed-off-by: Stephan Guilloux <stephan.guilloux@free.fr> Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4211 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 |
||
---|---|---|
.. | ||
abuild | ||
ADLO | ||
analysis | ||
buildrom | ||
cbfstool | ||
dump_mmcr | ||
ectool | ||
flashrom | ||
getpir | ||
inteltool | ||
k8resdump | ||
lbtdump | ||
mkelfImage | ||
mptable | ||
msrtool | ||
newconfig | ||
nrv2b | ||
nvramtool | ||
optionlist | ||
options | ||
resetcf | ||
romcc | ||
superiotool | ||
vgabios |