From owner-svn-src-head@FreeBSD.ORG Sun Jun 2 11:44:25 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFE7E8EE; Sun, 2 Jun 2013 11:44:25 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 911891FA6; Sun, 2 Jun 2013 11:44:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r52BiPUD046152; Sun, 2 Jun 2013 11:44:25 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r52BiNLn046138; Sun, 2 Jun 2013 11:44:23 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201306021144.r52BiNLn046138@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 2 Jun 2013 11:44:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251250 - in head: lib/ncurses/form lib/ncurses/menu lib/ncurses/panel release sys/boot/arm/at91 sys/boot/arm/at91/boot2 sys/boot/arm/ixp425 sys/boot/arm/ixp425/boot2 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 11:44:25 -0000 Author: tijl Date: Sun Jun 2 11:44:23 2013 New Revision: 251250 URL: http://svnweb.freebsd.org/changeset/base/251250 Log: Convert old make variable modifiers :U and :L to bmake :tu and :tl. Reviewed by: sjg Modified: head/lib/ncurses/form/Makefile head/lib/ncurses/menu/Makefile head/lib/ncurses/panel/Makefile head/release/Makefile head/sys/boot/arm/at91/Makefile.inc head/sys/boot/arm/at91/boot2/Makefile head/sys/boot/arm/ixp425/Makefile.inc head/sys/boot/arm/ixp425/boot2/Makefile Modified: head/lib/ncurses/form/Makefile ============================================================================== --- head/lib/ncurses/form/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/lib/ncurses/form/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -54,7 +54,7 @@ CLEANFILES= ncurses_def.h CFLAGS+= -I${SRCDIR} CFLAGS+= -I${NCURSES_DIR}/menu -DPADD= ${LIBNCURSES${LIB_SUFFIX:U}} +DPADD= ${LIBNCURSES${LIB_SUFFIX:tu}} LDADD= -lncurses${LIB_SUFFIX} .if defined(ENABLE_WIDEC) Modified: head/lib/ncurses/menu/Makefile ============================================================================== --- head/lib/ncurses/menu/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/lib/ncurses/menu/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -40,7 +40,7 @@ CLEANFILES= ncurses_def.h CFLAGS+= -I${SRCDIR} -DPADD= ${LIBNCURSES${LIB_SUFFIX:U}} +DPADD= ${LIBNCURSES${LIB_SUFFIX:tu}} LDADD= -lncurses${LIB_SUFFIX} .if defined(ENABLE_WIDEC) Modified: head/lib/ncurses/panel/Makefile ============================================================================== --- head/lib/ncurses/panel/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/lib/ncurses/panel/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -29,7 +29,7 @@ CLEANFILES= ncurses_def.h CFLAGS+= -I${SRCDIR} -DPADD= ${LIBNCURSES${LIB_SUFFIX:U}} +DPADD= ${LIBNCURSES${LIB_SUFFIX:tu}} LDADD= -lncurses${LIB_SUFFIX} .if defined(ENABLE_WIDEC) Modified: head/release/Makefile ============================================================================== --- head/release/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/release/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -113,8 +113,8 @@ reldoc: INSTALL_COMPRESSED='' URLS_ABSOLUTE=YES DOCDIR=${.OBJDIR}/rdoc mkdir -p reldoc .for i in hardware readme relnotes errata - ln -f rdoc/${RELNOTES_LANG}/${i}/article.txt reldoc/${i:U}.TXT - ln -f rdoc/${RELNOTES_LANG}/${i}/article.html reldoc/${i:U}.HTM + ln -f rdoc/${RELNOTES_LANG}/${i}/article.txt reldoc/${i:tu}.TXT + ln -f rdoc/${RELNOTES_LANG}/${i}/article.html reldoc/${i:tu}.HTM .endfor cp rdoc/${RELNOTES_LANG}/readme/docbook.css reldoc Modified: head/sys/boot/arm/at91/Makefile.inc ============================================================================== --- head/sys/boot/arm/at91/Makefile.inc Sun Jun 2 10:54:47 2013 (r251249) +++ head/sys/boot/arm/at91/Makefile.inc Sun Jun 2 11:44:23 2013 (r251250) @@ -21,7 +21,7 @@ CFLAGS=-Os -mcpu=arm9 -ffreestanding \ -Wmissing-declarations # -Wstrict-prototypes -CFLAGS+=-DBOOT_${BOOT_FLAVOR:U} +CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu} LIBAT91=${.OBJDIR}/../libat91/libat91.a Modified: head/sys/boot/arm/at91/boot2/Makefile ============================================================================== --- head/sys/boot/arm/at91/boot2/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/sys/boot/arm/at91/boot2/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -4,7 +4,7 @@ P=boot2 FILES=${P} -SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c +SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c NO_MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} Modified: head/sys/boot/arm/ixp425/Makefile.inc ============================================================================== --- head/sys/boot/arm/ixp425/Makefile.inc Sun Jun 2 10:54:47 2013 (r251249) +++ head/sys/boot/arm/ixp425/Makefile.inc Sun Jun 2 11:44:23 2013 (r251250) @@ -21,7 +21,7 @@ CFLAGS+=-Os -ffreestanding \ # -Wstrict-prototypes -CFLAGS+=-DBOOT_${BOOT_FLAVOR:U} +CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu} LD ?= ld OBJCOPY ?= objcopy Modified: head/sys/boot/arm/ixp425/boot2/Makefile ============================================================================== --- head/sys/boot/arm/ixp425/boot2/Makefile Sun Jun 2 10:54:47 2013 (r251249) +++ head/sys/boot/arm/ixp425/boot2/Makefile Sun Jun 2 11:44:23 2013 (r251250) @@ -12,7 +12,7 @@ FIXUP_BOOT_DRV=yes P=boot2 FILES=${P} -SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c +SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c SRCS+=memchr.c memcmp.c memcpy.c memmem.c memset.c printf.c strcmp.c strcpy.c SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c NO_MAN=