mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
[ Very nasty nautical expletive removed ]
Remove debugging code that should never have been committed.
This commit is contained in:
parent
f9e2534d8b
commit
e284cfe41e
2 changed files with 0 additions and 4 deletions
|
|
@ -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 ; \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue