[ Very nasty nautical expletive removed ]

Remove debugging code that should never have been committed.
This commit is contained in:
markm 2001-09-21 13:50:31 +00:00
parent b6506667e7
commit d31682c4f7
2 changed files with 0 additions and 4 deletions

View File

@ -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 ; \

View File

@ -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