1. 10 Jun, 2019 2 commits
    • Michael Shigorin's avatar
      cleanlog, reports.mk: factor the script out · f8ae619b
      Michael Shigorin authored
      Sometimes REPORT=1 just wasn't passed to make, and the build.log
      saved is noisy and harder to compare through diff(1); let's move
      the implementation out of the makefile and into a standalone
      script so it can be reused like this:
      
        BUILDDIR=$(sed -rn "s/^mki-image-scripts: export GLOBAL_BUILDDIR='(.*)'$/\1/p" build/build.log
        bin/cleanlog < build/build.log > build/reports/clean.log
      
      See "export GLOBAL_BUILDDIR=" line in the particular log
      (grabbing that one from stdin is not exactly trivial though).
      f8ae619b
    • Anton Midyukov's avatar
      efi: major refactoring, fix portability · 0039b215
      Anton Midyukov authored
      0039b215
  2. 04 Jun, 2019 12 commits
  3. 03 Jun, 2019 8 commits
  4. 29 May, 2019 18 commits