Only build the installer

Ubuntu 12.04 presice x86_x64
I only need to build the installer, everything else has already been built.

How do you invoke ONLY the installer build.

I do…

python makepanda/makepanda.py --installer

And it always wants to build everything ! IT JUST built everything correctly.

It takes WAY to long to always do a COMPLETE rebuild.

whats up ?
Thanks,

It only does a rebuild when you change the flag. If you have just the --installere flag, you’re essentially building from scratch with --nothing. So if you built previously using “–everything” you should be using “–everything --installer” and nothing will be rebuilt.

Thanks