[Vm-dev] squeak trunk patches

K K Subbu kksubbu.ml at gmail.com
Mon Apr 24 18:06:04 UTC 2017


Hi,

Is squeak trunk SVN still taking in patches? It would be useful to have 
a MAINTAINERS file in platforms/ that is keep current.

I found auto-generated sources in the trunk in multiple places in the 
repo. e.g

$ wc -l {.,./platforms/{iOS/vm,unix,win32/build}}/src/vm/interp.c
   29638 ./src/vm/interp.c
       0 ./platforms/iOS/vm/src/vm/interp.c
   29434 ./platforms/unix/src/vm/interp.c
   29080 ./platforms/win32/build/src/vm/interp.c

The src in unix and win32 seems to be remnants from old builds. Should 
they continue in the SVN?

I have attached a SVN patch for Makefile.example to override hard-coded 
paths from scripts. E.g. build, install and smoke test in tmpfs.

$ cd $(mktemp -d /tmp/build.XXX)
$ cp ../../platforms/unix/cmake/Makefile.example .
$ mkdir target
$ make I=`pwd`/target P=~/squeak/platforms S=~/squeak/src
$ make install
$ ./target/bin/squeak $TESTIMAGE
...

Regards .. Subbu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: installdir.patch
Type: text/x-patch
Size: 1092 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170424/96b52f1b/attachment.bin>


More information about the Vm-dev mailing list