aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-09-21 13:50:31 +0000
committerMark Murray <markm@FreeBSD.org>2001-09-21 13:50:31 +0000
commite284cfe41ecd3cdbca71365d635a5d3cb432c481 (patch)
tree6e0a510b37037a3731044479b7eaacf0d1c282f5 /gnu/usr.bin/perl
parentf9e2534d8b87007bbfdc0dfccb5d7f4ce18bbfc6 (diff)
downloadsrc-e284cfe41ecd3cdbca71365d635a5d3cb432c481.tar.gz
src-e284cfe41ecd3cdbca71365d635a5d3cb432c481.zip
[ Very nasty nautical expletive removed ]
Remove debugging code that should never have been committed.
Notes
Notes: svn path=/head/; revision=83770
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r--gnu/usr.bin/perl/Makefile1
-rw-r--r--gnu/usr.bin/perl/Makefile.inc3
2 files changed, 0 insertions, 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