Skip to content
  1. Aug 13, 2017
  2. May 12, 2017
  3. Jul 28, 2016
  4. Jun 08, 2016
  5. Jun 07, 2016
  6. Jun 06, 2016
  7. Jun 02, 2016
  8. Aug 11, 2015
  9. Aug 03, 2015
  10. Feb 03, 2015
    • Gregory Nutt's avatar
      apps/builtin: better fix for building with parallel make · 7b925ccb
      Gregory Nutt authored
      
      
      Build-server sometimes fails 'make -j24' with:
      
       In file included from builtin_list.c:62:0:
       builtin_list.h:1:46: error: 'ts_engine_main' undeclared here (not in a function)
        { "ts_engine", SCHED_PRIORITY_DEFAULT, 2048, ts_engine_main },
      
      or sometimes silently succeeds but generates builds that contain
      a random subset of configured NuttX applications. There are two
      root causes for this:
      
      1) Recipes for building builtin_list.h and builtin_proto.h are not
         linearizable.
      2) Nothing ensures that 'make context' is run first for apps/builtin
      
      This patch addresses both issues.
      
      Signed-off-by: default avatarJuha Niskanen <juha.niskanen@haltian.com>
      7b925ccb
  11. Sep 06, 2014
  12. Sep 05, 2014
  13. Sep 04, 2014
  14. Aug 12, 2014
  15. Apr 13, 2014
  16. Mar 06, 2014
  17. Oct 30, 2013
  18. Oct 14, 2013
  19. Dec 23, 2012
  20. Nov 20, 2012
  21. Nov 17, 2012
  22. Nov 16, 2012
  23. Nov 15, 2012
  24. Nov 14, 2012
  25. Nov 11, 2012
  26. Oct 23, 2012
  27. Oct 04, 2012
  28. Oct 03, 2012