Skip to content
  1. Aug 11, 2015
  2. 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
  3. Sep 06, 2014
  4. Sep 05, 2014
  5. Sep 04, 2014
  6. Aug 12, 2014
  7. Apr 13, 2014
  8. Mar 06, 2014
  9. Oct 30, 2013
  10. Oct 14, 2013
  11. Dec 23, 2012
  12. Nov 20, 2012
  13. Nov 17, 2012
  14. Nov 16, 2012
  15. Nov 15, 2012
  16. Nov 14, 2012
  17. Nov 11, 2012
  18. Oct 23, 2012
  19. Oct 04, 2012
  20. Oct 03, 2012
  21. Jul 21, 2012
  22. May 29, 2012
  23. Apr 15, 2012
  24. Apr 14, 2012
  25. Jan 29, 2012
  26. Oct 07, 2011
  27. Oct 06, 2011
  28. Oct 05, 2011
  29. Sep 21, 2011
  30. Jul 16, 2011