Skip to content
Snippets Groups Projects
  1. May 22, 2015
  2. May 19, 2015
  3. May 08, 2015
  4. May 04, 2015
  5. May 01, 2015
  6. Apr 20, 2015
  7. Apr 03, 2015
  8. Mar 29, 2015
  9. Mar 27, 2015
  10. Mar 24, 2015
    • Jo-Philipp Wich's avatar
      automake: portability fixes · f6c581cc
      Jo-Philipp Wich authored
      
      The rework of the host tools discovery caused automake to embed
      absolute paths to staging_dir/host/bin/perl into the shebang
      of the generated automake executables.
      
      Switch to the portable "/usr/bin/env perl" and enable global
      warnings through "$^W" instead of the "-w" interpreter argument.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      
      SVN-Revision: 44972
      f6c581cc
    • Jo-Philipp Wich's avatar
      autoconf: portability fixes · e0c8e20f
      Jo-Philipp Wich authored
      
      The rework of the host tools discovery caused autoconf to embed
      absolute paths to staging_dir/host/bin/perl into the shebang
      of the generated autoconfig executables.
      
      Switch to the portable "/usr/bin/env perl" and enable global
      warnings through "$^W" instead of the "-w" interpreter argument.
      
      Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>
      
      SVN-Revision: 44971
      e0c8e20f
  11. Mar 22, 2015
  12. Mar 20, 2015
  13. Mar 17, 2015
  14. Mar 15, 2015
  15. Mar 12, 2015
    • Mirko Vogt's avatar
      disable silent-rules by default · bc67ebc5
      Mirko Vogt authored
      
      OpenWrt hides verbose output by default,
      regardless of automake silent-rules being en-/disabled.
      
      If we enable verbose output for package builds (V=s)
      however, we'd like to see as most as possible.
      
      Signed-off-by: default avatarMirko Vogt <mirko@openwrt.org>
      
      SVN-Revision: 44685
      bc67ebc5
    • Mirko Vogt's avatar
      Do not use $(V) - force AM_V=1 · 43365ca6
      Mirko Vogt authored
      Projects using silent-rules might otherwise fail to compile.
      
      This is due to the following resulting Makefile code:
      
      AM_V_P = $(am__v_P_$(V))
      am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
      am__v_P_0 = false
      am__v_P_1 = :
      
      Automake directly uses $(V) for variable name expansion
      which fails if $(V) is set to sth. else other than '0' or '1'.
      
      This patch forces automake to not take $(V) into account
      but to always use the default config for verbosity.
      
      A better approach would be to actually take $(V) into account,
      however not just pass it through (AM_V='$(V)') but
      set AM_V to 0 if $V=0 / unset and to 1 otherwise.
      
      This plan however is foiled due to my frustration about
      automake as well as my lack of m4 skills.
      
      automake bug report: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20077
      
      
      
      Signed-off-by: default avatarMirko Vogt <mirko@openwrt.org>
      
      SVN-Revision: 44684
      43365ca6
  16. Feb 27, 2015
  17. Feb 24, 2015
  18. Feb 19, 2015
  19. Feb 10, 2015
  20. Feb 06, 2015
  21. Feb 05, 2015
  22. Feb 02, 2015
  23. Jan 20, 2015
Loading