1. 18 Feb, 2016 3 commits
    • Alessandro Rubini's avatar
      build/download: make wget timeout sooner and avoid retrying · c9e95e69
      Alessandro Rubini authored
      The upstream address for lsof is not working. While the download script
      tries buildroot.net if upstream fails, getting lsof got stuck for
      no connection to the server.
      
      With this commit it times out after 15 seconds to then proceed using
      the buildroot address. I expect the problem to affect other upstream
      files over time, so the commit doesn't fix the link but the tool.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      c9e95e69
    • Adam Wujek's avatar
      1059c398
    • Cesar Prados's avatar
      Makefile: change to support gmake-3.82 · 02fdabd6
      Cesar Prados authored
      Split a rule into two rules, to make make happy.
      
      In previous versions of make it was acceptable to list one or more
      explicit targets followed by one or more pattern targets in the same
      rule and it worked "as expected". However, this was not documented as
      acceptable and if you listed any explicit targets AFTER the pattern
      targets, the entire rule would be mis-parsed. This release removes
      this ability completely: make will generate an error message if you
      mix explicit and pattern targets in the same rule. You must split
      these rules into two rules: one for the pattern and one for the
      explicit targets. The Linux kernel source has already been modified in
      this way (in newer kernels).
      02fdabd6
  2. 12 Feb, 2016 31 commits
  3. 10 Feb, 2016 2 commits
  4. 09 Feb, 2016 4 commits