diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-09-21 13:50:31 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-09-21 13:50:31 +0000 |
| commit | e284cfe41ecd3cdbca71365d635a5d3cb432c481 (patch) | |
| tree | 6e0a510b37037a3731044479b7eaacf0d1c282f5 /gnu | |
| parent | f9e2534d8b87007bbfdc0dfccb5d7f4ce18bbfc6 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/perl/Makefile | 1 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/Makefile.inc | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index eb3a8c9847e27..fa1f63673d5c5 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 bd8b8891675dc..91e979c4a9aa2 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 |
