Skip to content
Snippets Groups Projects
  1. Nov 11, 2020
  2. Nov 02, 2020
    • Paolo G. Giarrusso's avatar
      Makefile: fix recursive invocation to use `$(MAKE)` · b1da9a23
      Paolo G. Giarrusso authored
      Calling `make` is known-bad in many cases, but never as much as here:
      
      ```
      make[2]: Nothing to be done for `pre-all'.
      touch theories/algebra/ofe.vo
      touch theories/algebra/monoid.vo
      touch theories/algebra/cmra.vo
      [...]
      touch theories/heap_lang/lib/array.vo
      make[2]: Nothing to be done for `post-all'.
      make[1]: *** wait: No child processes.  Stop.
      gmake: *** [Makefile:3: all] Error 2
      ```
      Verified
      b1da9a23
  3. Oct 07, 2020
  4. Oct 06, 2020
  5. Jul 16, 2020
  6. Jun 17, 2020
  7. Jan 13, 2020
  8. Nov 07, 2019
  9. Feb 13, 2019
  10. Jan 24, 2019
  11. Dec 15, 2018
  12. Nov 08, 2018
  13. Jul 17, 2018
  14. May 30, 2018
  15. May 17, 2018
  16. May 09, 2018
  17. Apr 25, 2018
  18. Apr 24, 2018
  19. Feb 12, 2018
  20. Jan 23, 2018
  21. Oct 09, 2017
  22. Oct 07, 2017
  23. Sep 28, 2017
  24. Sep 21, 2017
  25. Sep 20, 2017
  26. Sep 19, 2017
Loading