[79782] trunk/base/src

afb at macports.org afb at macports.org
Sat Jun 25 13:50:06 PDT 2011


Revision: 79782
          http://trac.macports.org/changeset/79782
Author:   afb at macports.org
Date:     2011-06-25 13:50:03 -0700 (Sat, 25 Jun 2011)
Log Message:
-----------
minor: change test path, not make variable

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/Makefile
    trunk/base/src/registry2.0/Makefile

Modified: trunk/base/src/pextlib1.0/Makefile
===================================================================
--- trunk/base/src/pextlib1.0/Makefile	2011-06-25 19:34:49 UTC (rev 79781)
+++ trunk/base/src/pextlib1.0/Makefile	2011-06-25 20:50:03 UTC (rev 79782)
@@ -4,7 +4,7 @@
 	sha1cmd.o curl.o rmd160cmd.o sha256cmd.o readline.o uid.o \
 	tracelib.o tty.o readdir.o pipe.o flock.o \
 	system.o mktemp.o realpath.o
-SHLIB_NAME= ./Pextlib${SHLIB_SUFFIX}
+SHLIB_NAME= Pextlib${SHLIB_SUFFIX}
 INSTALLDIR= ${DESTDIR}${datadir}/macports/Tcl/pextlib1.0
 
 include ../../Mk/macports.autoconf.mk
@@ -16,9 +16,9 @@
 .PHONY: test
 
 test:: ${SHLIB_NAME}
-	${TCLSH} tests/checksums.tcl ${SHLIB_NAME}
-	${TCLSH} tests/curl.tcl ${SHLIB_NAME}
-	${TCLSH} tests/filemap.tcl ${SHLIB_NAME}
-	${TCLSH} tests/fs-traverse.tcl ${SHLIB_NAME}
-	${TCLSH} tests/symlink.tcl ${SHLIB_NAME}
-	${TCLSH} tests/unsetenv.tcl ${SHLIB_NAME}
+	${TCLSH} tests/checksums.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/curl.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/filemap.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/fs-traverse.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/symlink.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/unsetenv.tcl ./${SHLIB_NAME}

Modified: trunk/base/src/registry2.0/Makefile
===================================================================
--- trunk/base/src/registry2.0/Makefile	2011-06-25 19:34:49 UTC (rev 79781)
+++ trunk/base/src/registry2.0/Makefile	2011-06-25 20:50:03 UTC (rev 79782)
@@ -6,7 +6,7 @@
 	../cregistry/cregistry.a
 	#graph.o graphobj.o
 
-SHLIB_NAME= ./registry${SHLIB_SUFFIX}
+SHLIB_NAME= registry${SHLIB_SUFFIX}
 INSTALLDIR= ${DESTDIR}${datadir}/macports/Tcl/registry2.0
 
 include ../../Mk/macports.autoconf.mk
@@ -20,8 +20,8 @@
 .PHONY: test
 
 test:: ${SHLIB_NAME}
-	${TCLSH} tests/entry.tcl ${SHLIB_NAME}
-	${TCLSH} tests/depends.tcl ${SHLIB_NAME}
+	${TCLSH} tests/entry.tcl ./${SHLIB_NAME}
+	${TCLSH} tests/depends.tcl ./${SHLIB_NAME}
 
 distclean:: clean
 	rm -f registry_autoconf.tcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110625/bce9520c/attachment-0001.html>


More information about the macports-changes mailing list