On Fri, Dec 3, 2010 at 7:26 PM, Nils Wallménius <nils.wallmen...@gmail.com> wrote: > On Fri, Dec 3, 2010 at 5:19 PM, Mike Giacomelli <giac2...@hotmail.com> wrote: >> >>> unfortunately I am not fit enough with the Makefiles to do this for >>> myself, so I hope somebody can do this for me. >> >> >> Good news! >> All of that happens in a perl script outside of the main makefile (see >> make_install in tools/buildzip.pl), so feel free to take a stab at it. >> >> > > Yes, make install creates a zip similar to a regular build and then > unzips it into simdisk, so making that a regular file copy instead > would probably make the make install pretty much instant on operating > systems/filesystems with lazy file copying. > > Nils >
Saratoga pointed out that this is not correct, it does not actually make a zip file. Sorry for any confusion. Nils