permit building lksh with printf builtin, for testing

This commit is contained in:
tg
2015-03-20 23:37:17 +00:00
parent 2097d45f7f
commit 1351c5eb0f

View File

@ -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, # Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012, 2013, 2014 # 2011, 2012, 2013, 2014, 2015
# Thorsten Glaser <tg@mirbsd.org> # Thorsten Glaser <tg@mirbsd.org>
# #
# Provided that these terms and disclaimer and all copyright notices # Provided that these terms and disclaimer and all copyright notices
@ -113,8 +113,7 @@ test-build: .PHONY
CLEANFILES+= lksh.cat1 CLEANFILES+= lksh.cat1
test-build-lksh: .PHONY test-build-lksh: .PHONY
cd ${.CURDIR} && exec ${MAKE} lksh.cat1 test-build \ cd ${.CURDIR} && exec ${MAKE} lksh.cat1 test-build _TBF=-L
_TBF=-L USE_PRINTF_BUILTIN=0
bothmans: .PHONY bothmans: .PHONY
cd ${.CURDIR} && exec ${MAKE} MAN='lksh.1 mksh.1' __MANALL cd ${.CURDIR} && exec ${MAKE} MAN='lksh.1 mksh.1' __MANALL