Skip to content
Snippets Groups Projects
  1. Feb 18, 2016
    • Cesar Prados's avatar
      Makefile: change to support gmake-3.82 · 02fdabd6
      Cesar Prados authored and Alessandro Rubini's avatar Alessandro Rubini committed
      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. Jul 22, 2015
  3. Nov 21, 2013
  4. May 11, 2011
  5. Nov 22, 2010
  6. Nov 19, 2010
    • Alessandro Rubini's avatar
      Tom's sources, from svn:software/drivers (rev. 623) · 8d491953
      Alessandro Rubini authored
      This is a simple copy for files from the white-rabbit svn,
      currently at revision 623. No local modification is there
      at this commit. The author of the code is Tomasz Wlostowski,
      even though I haven't marked him as --author (lazy me).
      8d491953