From d31682c4f741539a810e076afc08783c6f497ead Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 21 Sep 2001 13:50:31 +0000 Subject: [PATCH] [ Very nasty nautical expletive removed ] Remove debugging code that should never have been committed. --- gnu/usr.bin/perl/Makefile | 1 - gnu/usr.bin/perl/Makefile.inc | 3 --- 2 files changed, 4 deletions(-) diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index eb3a8c9847e2..fa1f63673d5c 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -11,7 +11,6 @@ MAINTAINER=markm@freebsd.org .BEGIN: .ifmake depend || all if [ \! -f ${.OBJDIR}/build-tools ] ; then \ - ${ECHO} TESTING TESTING TESTING ; \ cd ${.CURDIR}/libperl && ${MAKE} depend && ${MAKE} all ; \ cd ${.CURDIR}/miniperl && ${MAKE} depend && ${MAKE} all ; \ touch ${.OBJDIR}/build-tools ; \ diff --git a/gnu/usr.bin/perl/Makefile.inc b/gnu/usr.bin/perl/Makefile.inc index bd8b8891675d..91e979c4a9aa 100644 --- a/gnu/usr.bin/perl/Makefile.inc +++ b/gnu/usr.bin/perl/Makefile.inc @@ -4,9 +4,6 @@ PERL5SRC?= ${.CURDIR}/../../../../contrib/perl5 PERL5LIBSRC?= ${.CURDIR}/../libperl MINIPERL!= echo `PATH=$$PATH:${.OBJDIR}/../miniperl:${.OBJDIR}/../../miniperl which miniperl` -test: - echo FOO FOO FOO ${MINIPERL} - BINDIR?= /usr/bin SHLIB_MAJOR?= 4