GENie icon indicating copy to clipboard operation
GENie copied to clipboard

makefile -j causes prebuild to be run in parallel with build

Open AlexRouSg opened this issue 10 years ago • 1 comments

Not sure if its a bug or the way I did the scripts, but doing a "make -j 2" or higher causes prebuild (possibly prelink too) commands to be run in parallel with building the project and breaks cause its looking for files that are generated after prebuild.

What I'm gona do is do the prebuild in the .lua files with os.execute()

AlexRouSg avatar Jan 18 '16 12:01 AlexRouSg

Dup of #29?

vk2gpu avatar Feb 27 '16 05:02 vk2gpu