memtest86+-5.01-no-clean.patch 603 B

1234567891011121314151617181920
  1. http://forum.canardpc.com/threads/110954-PATCH-fix-parallel-build-issues
  2. don't run the clean target when building all as we run into parallel races:
  3. - memtest kicks off building of a bunch of .o files
  4. - clean runs in parallel which runs `rm` and deletes some of the new .o
  5. - memtest goes to link and fails because objects are missing
  6. --- a/Makefile
  7. +++ b/Makefile
  8. @@ -19,7 +19,7 @@
  9. smp.o vmem.o random.o
  10. -all: clean memtest.bin memtest
  11. +all: memtest.bin memtest
  12. # Link it statically once so I know I don't have undefined
  13. # symbols and then link it dynamically so I have full