openj / core

abandoned, please check out https://github.com/jsoftware/jsource
https://github.com/jsoftware/jsource
118 stars 26 forks source link

Fix handling of BINPATH, Remove Makefile #9

Closed smarter closed 13 years ago

smarter commented 13 years ago

Hi, Here are some minor changes to the loading and build system. Note that to avoid the "file name error" you'll also need to copy jconsole and libj.so to ./j/bin (libj.so can be a softlink, but jconsole needs to be a copy). This can't be properly handled until the configure script support something like a "--prefix" switch.

The following changes since commit e47e48ca0844375bcd842bba2789086c948edec1:

Merge branch 'master' of https://github.com/sblom/openj-core into sblom-master (2011-03-14 19:13:46 -0400)

are available in the git repository at:

git@github.com:smarter/core.git master

Guillaume Martres (2): Fix handling of BINPATH in jeload.c and profile.ijs Removed Makefile and added it to .gitignore since it is now generated by ./configure

.gitignore        |    1 +
Makefile          |    2 --
j/bin/profile.ijs |    2 +-
jeload.c          |    1 +
4 files changed, 3 insertions(+), 3 deletions(-)
delete mode 100644 Makefile
effbiae commented 13 years ago

all looks good to me.

smarter commented 13 years ago

I just realized b0d7e66 is unnecessary, when FOOz is set, so is FOO for some reasons and the strcat was not needed because q already points to the end of input.