1. 03 4月, 2013 1 次提交
  2. 28 3月, 2013 1 次提交
  3. 12 3月, 2013 1 次提交
    • A
      MAKEALL: fix kill_children for BSD hosts · 6bdd9f89
      Andreas Bießmann 提交于
      ps on BSD hosts (like OS X) do not provide the --no-headers switch nor
      understand the AIX format descriptions. Unfortunately there seems no solution to
      get the PIDs of children in a platfrom independent manner.
      Therefore detect the OS and decide upon that which way to go.
      
      This patch makes the MAKEALL script cleanly stoppable on bare OS X when using
      the parallel builds of targets.
      
      Additionally this patch removes double call to grep by a single call to sed for
      GNU style child PID detection.
      Signed-off-by: NAndreas Bießmann <andreas.devel@googlemail.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      6bdd9f89
  4. 20 2月, 2013 1 次提交
  5. 07 12月, 2012 2 次提交
  6. 07 11月, 2012 1 次提交
  7. 30 10月, 2012 1 次提交
    • T
      MAKEALL: Add -s to '${MAKE} tidy' section · ed296d20
      Tom Rini 提交于
      When BUILD_NBUILDS is > 1 we run the tidy command.  With the addition of
      DocBook this now includes a -C doc/DocBook and a 'entering/leaving' pair
      of messages happen.  Since we don't want to see what's being cleaned
      here, we can just invoke make -s like we do when building.
      Signed-off-by: NTom Rini <trini@ti.com>
      ed296d20
  8. 16 10月, 2012 2 次提交
  9. 26 9月, 2012 1 次提交
    • A
      MAKEALL: fix per arch board lists · cce5d210
      Allen Martin 提交于
      The LIST_arm rule included the Atmel boards twice (by virtue of
      including both LIST_at91 and LIST_ARM9) and was missing all the
      arm720t, arm946es, and arm1176 boards.  Change this list to use
      boards_by_arch() which is less error prone.  After this change
      "./MAKEALL arm" and "./MAKEALL -a arm" build the same boards.
      
      Also fix up some missing and duplicate boards to arm, mips, and m68k.
      Signed-off-by: NAllen Martin <amartin@nvidia.com>
      Acked-by: NTom Rini <trini@ti.com>
      cce5d210
  10. 01 9月, 2012 1 次提交
  11. 10 8月, 2012 1 次提交
  12. 22 5月, 2012 2 次提交
  13. 18 5月, 2012 2 次提交
  14. 30 4月, 2012 1 次提交
    • A
      Allow for parallel builds and saved output · f588bb03
      Andy Fleming 提交于
      The MAKEALL script cleverly runs make with the appropriate options
      to use all of the cores on the system, but your average U-Boot build
      can't make much use of more than a few cores.  If you happen to have
      a many-core server, your builds will leave most of the system idle.
      
      In order to make full use of such a system, we need to build multiple
      targets in parallel, and this requires directing make output into
      multiple directories. We add a BUILD_NBUILDS variable, which allows
      users to specify how many builds to run in parallel.
      When BUILD_NBUILDS is set greater than 1, we redefine BUILD_DIR for
      each build to be ${BUILD_DIR}/${target}. Also, we make "./build" the
      default BUILD_DIR when BUILD_NBUILDS is greater than 1.
      
      MAKEALL now tracks which builds are still running, and when one
      finishes, it starts a new build.
      
      Once each build finishes, we run "make tidy" on its directory, to reduce
      the footprint.
      
      As a result, we are left with a build directory with all of the built
      targets still there for use, which means anyone who wanted to use
      MAKEALL as part of a test harness can now do so.
      Signed-off-by: NAndy Fleming <afleming@freescale.com>
      f588bb03
  15. 31 3月, 2012 1 次提交
    • M
      MAKEALL: Add -m/-M option to determine maintainers · 9b96c6b1
      Marek Vasut 提交于
      The -m option tries to find the board in MAINTAINERS file and figure out the
      email. The -M option lists boards including their maintainers emails and all
      affiliated emails. There are multiple strategies used to retrieve these emails:
      
      1) Check board/<boardname> with git log and use three most recent emails
      2) Check board/<boardname> with git log and use three most used emails
      3) Try finding board in MAINTAINERS file and retrieve all emails from there
      
      The result is then sorted and unique results are retrieved and reported.
      
      For -m option, only strategy 3) is used.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      9b96c6b1
  16. 26 3月, 2012 1 次提交
  17. 14 1月, 2012 1 次提交
  18. 11 12月, 2011 3 次提交
  19. 09 12月, 2011 1 次提交
  20. 07 12月, 2011 1 次提交
  21. 29 11月, 2011 1 次提交
  22. 28 11月, 2011 1 次提交
  23. 22 10月, 2011 1 次提交
  24. 19 10月, 2011 1 次提交
  25. 12 10月, 2011 1 次提交
  26. 06 10月, 2011 1 次提交
  27. 10 9月, 2011 2 次提交
  28. 08 9月, 2011 6 次提交