[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / cross / avr-binutils

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/cross/avr-binutils/Makefile between version 1.25 and 1.26

version 1.25, 2014/10/23 10:25:11 version 1.26, 2014/10/30 21:41:57
Line 16  USE_LIBTOOL=  yes
Line 16  USE_LIBTOOL=  yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 USE_PKGLOCALEDIR=       yes  USE_PKGLOCALEDIR=       yes
 USE_GNU_CONFIGURE_HOST= no  USE_GNU_CONFIGURE_HOST= no
 # ./configure.lineno: 3239: Syntax error: Missing '}'  
 # Makefile:2991: recipe for target 'configure-opcodes' failed  # follows to devel/binutils
   # PR pkg/48504, ksh is sufficient for NetBSD 5.2 and NetBSD 6.1
   .include "../../mk/bsd.prefs.mk"
   .if !empty(MACHINE_PLATFORM:MNetBSD-[5-6].*-*) && \
           empty(MACHINE_PLATFORM:MNetBSD-6.99.*-*)
   USE_TOOLS+=             ksh
 CONFIG_SHELL=           ksh  CONFIG_SHELL=           ksh
   .endif
   
 CONFIGURE_ARGS+=        --disable-werror --target=avr --disable-nls  CONFIGURE_ARGS+=        --disable-werror --target=avr --disable-nls
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>