From 4f75fb3d72d3643d45dba207fd3ce17bef732093 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 25 Mar 2013 01:52:06 +0000 Subject: - Disable temporary regression test for tinderbox and pointyhat With hat: portmgr --- lang/tclX/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lang') diff --git a/lang/tclX/Makefile b/lang/tclX/Makefile index ba018119d637..5c7db4060ff3 100644 --- a/lang/tclX/Makefile +++ b/lang/tclX/Makefile @@ -30,16 +30,16 @@ MAKE_JOBS_SAFE= yes ALL_TARGET= binaries libraries INSTALL_TARGET= install-binaries install-libraries -check test regression-check: - # - # Define TCLX_NO_SELF_TESTS to disable automatic - # running of TclX' checks after building - # - ${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} test +#check test regression-check: +# # +# # Define TCLX_NO_SELF_TESTS to disable automatic +# # running of TclX' checks after building +# # +# ${SETENV} ${MAKE_ENV} ${MAKE} -C ${WRKSRC} test -.ifndef TCLX_NO_SELF_TESTS -post-build: test -.endif +#.ifndef TCLX_NO_SELF_TESTS +#post-build: test +#.endif MAN3= CmdWrite.3 Handles.3 Keylist.3 ObjCmdWrite.3 TclXInit.3 MANN= TclX.n -- cgit