1. 17 5月, 2015 1 次提交
  2. 28 3月, 2014 1 次提交
  3. 10 2月, 2014 2 次提交
  4. 15 11月, 2013 1 次提交
  5. 28 4月, 2012 5 次提交
    • K
      Build: move $LDFLAGS before $OBJS · fd8ca4b7
      Kevin Pyle 提交于
      Move $LDFLAGS to appear earlier, in case the user specifies a
      position-sensitive flag.
      fd8ca4b7
    • K
      Build: make quiet compilation optional · 7374cab6
      Kevin Pyle 提交于
      Switch from always hiding the executed command to hide it only by
      default, but let the user request that the commands be shown.  For now,
      follow the convention that setting $V requests a verbose compilation.
      7374cab6
    • K
      Build: remove redundant -rpath · 41d3c1ce
      Kevin Pyle 提交于
      LDSHFLAGS specifies -rpath, but is only used when LDFLAGS are specified,
      and LDFLAGS also set the same -rpath.  Remove the redundant definition
      in LDSHFLAGS.
      41d3c1ce
    • K
      Build: respect COMPILE.c if set · 26e43774
      Kevin Pyle 提交于
      The default definition from GNU make is more comprehensive.  Switch to
      that, and allow an environmental override.
      26e43774
    • K
      Build: respect $CC, $AR, $RM, $CFLAGS, $LDFLAGS · b135d8e7
      Kevin Pyle 提交于
      If the user has set a value for CC, AR, or RM, use that value.  GNU make
      provides good defaults for all of these.
      
      If the user has set CFLAGS, use that instead of -O2, but preserve the
      other build options.
      
      Append the local LDFLAGS to any value from the user.
      b135d8e7
  6. 20 8月, 2010 1 次提交