1. 18 12月, 2017 7 次提交
  2. 14 12月, 2017 1 次提交
  3. 21 11月, 2017 1 次提交
  4. 20 11月, 2017 1 次提交
  5. 13 11月, 2017 1 次提交
  6. 06 11月, 2017 3 次提交
  7. 29 10月, 2017 1 次提交
  8. 25 10月, 2017 1 次提交
  9. 20 10月, 2017 2 次提交
  10. 17 10月, 2017 4 次提交
  11. 16 10月, 2017 1 次提交
    • D
      build: automatically handle GIT submodule checkout for dtc · aef45d51
      Daniel P. Berrange 提交于
      Currently if DTC is required by configure and not available in the host
      OS install, we exit with an error message telling the user to checkout a
      git submodule or install the library.
      
      This introduces automatic handling of the git submodule checkout process
      and enables it for dtc. This only runs if building from GIT, so users of
      release tarballs still need the system library install. The current state
      of the git checkout is stashed in .git-submodule-status, and a helper
      program is used to determine if this state matches the desired submodule
      state. A dependency against 'Makefile' ensures that the submodule state
      is refreshed at the start of the build process
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      Message-id: 20170929101201.21039-2-berrange@redhat.com
      
      [ kraxel: use /bin/sh not bash for scripts/git-submodule.sh ]
      [ kraxel: fix Makefile dependencies ]
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      
      [fixup] Makefile dep
      aef45d51
  12. 15 10月, 2017 1 次提交
  13. 06 10月, 2017 1 次提交
  14. 26 9月, 2017 14 次提交
  15. 22 9月, 2017 1 次提交