From 1351c5eb0fe576b014c66ec9a83f7cfbc6f29613 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 20 Mar 2015 23:37:17 +0000 Subject: [PATCH] permit building lksh with printf builtin, for testing --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 106506d..097bcda 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# $MirOS: src/bin/mksh/Makefile,v 1.139 2014/11/25 21:13:19 tg Exp $ +# $MirOS: src/bin/mksh/Makefile,v 1.140 2015/03/20 23:37:17 tg Exp $ #- # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -# 2011, 2012, 2013, 2014 +# 2011, 2012, 2013, 2014, 2015 # Thorsten Glaser # # Provided that these terms and disclaimer and all copyright notices @@ -113,8 +113,7 @@ test-build: .PHONY CLEANFILES+= lksh.cat1 test-build-lksh: .PHONY - cd ${.CURDIR} && exec ${MAKE} lksh.cat1 test-build \ - _TBF=-L USE_PRINTF_BUILTIN=0 + cd ${.CURDIR} && exec ${MAKE} lksh.cat1 test-build _TBF=-L bothmans: .PHONY cd ${.CURDIR} && exec ${MAKE} MAN='lksh.1 mksh.1' __MANALL