What steps will reproduce the problem?
1. install make 3.82
2. try to build wmii
janus02 wmii+ixp-3.9.2 # make
mk/hdr.mk:47: *** missing separator. Stop.
janus02 wmii+ixp-3.9.2 # sed -n '41,47p' mk/hdr.mk
# Try to find a sane shell. /bin/sh is a last resort, because it's
# usually bash on Linux, which means it's painfully slow.
BINSH := $(shell \
if [ -x /bin/dash ]; then echo /bin/dash; \
elif [ -x /bin/ksh ]; then echo /bin/ksh; \
else echo /bin/sh; fi)
BINSH != echo /bin/sh
^^^ that doesn't work anymore
Original issue reported on code.google.com by xarthisi...@gmail.com on 29 Aug 2010 at 9:20
Original issue reported on code.google.com by
xarthisi...@gmail.com
on 29 Aug 2010 at 9:20