scheme / scsh

A Unix shell embedded in scheme
Other
386 stars 36 forks source link

Ensure scsh builds with bsdmake (as opposed to requiring non-default GNU... #15

Closed nxg closed 10 years ago

nxg commented 10 years ago

... make)

Tested on FreeBSD 9.1, but should be portable to other bsdmake versions.

roderyc commented 10 years ago

thanks!

wfvining commented 10 years ago

Hi @nxg,

Have you tried 'make install' with bsdmake? I found that there is a $(RM) variable in Makefile.in which does not exist and causes the installation to hang by opening the scsh top-loop. I'm not sure if this is actually a problem or just an idiosyncrasy of my system. If it is a problem I will submit a pull request with the necessary changes.

Cheers, Will

nxg commented 10 years ago

I confess I didn't try that. I had some difficulty building scsh (on FreeBSD; there's a separate issue about it), and so didn't get as far as make install.