ewancoder / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

wmii-3.9.2 fails to build with gmake 3.82 #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision fb75d60585.

Original comment by maglion...@gmail.com on 29 Aug 2010 at 12:54