You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2009/04/14 20:34:24 UTC

svn commit: r764917 - in /tcl/websh/trunk/src: unix/Makefile.in win/Makefile

Author: ronnie
Date: Tue Apr 14 18:34:23 2009
New Revision: 764917

URL: http://svn.apache.org/viewvc?rev=764917&view=rev
Log:
- better dependencies of apachetest target

Modified:
    tcl/websh/trunk/src/unix/Makefile.in
    tcl/websh/trunk/src/win/Makefile

Modified: tcl/websh/trunk/src/unix/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/unix/Makefile.in?rev=764917&r1=764916&r2=764917&view=diff
==============================================================================
--- tcl/websh/trunk/src/unix/Makefile.in (original)
+++ tcl/websh/trunk/src/unix/Makefile.in Tue Apr 14 18:34:23 2009
@@ -227,7 +227,7 @@
 	umask 0; \
 	(echo source webtest.ws3) | ../unix/websh$(VERSION).cov
 
-apachetest: mod_websh.so
+apachetest: mod_websh.so websh
 	@LD_LIBRARY_PATH="$(strip $(TCL_PACKAGE_PATH)):$(TOP_DIR)/unix:$(LD_LIBRARY_PATH)"; \
 	export LD_LIBRARY_PATH; \
 	TCL_LIBRARY="$(TCL_SRC_DIR)/library"; export TCL_LIBRARY; \

Modified: tcl/websh/trunk/src/win/Makefile
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/win/Makefile?rev=764917&r1=764916&r2=764917&view=diff
==============================================================================
--- tcl/websh/trunk/src/win/Makefile (original)
+++ tcl/websh/trunk/src/win/Makefile Tue Apr 14 18:34:23 2009
@@ -249,7 +249,7 @@
 	cd $(TOP_DIR)/tests
 	$(TOP_DIR)\win\websh$(VERSION).exe webtest.ws3
 
-apachetest: mod_websh.so
+apachetest: mod_websh.so websh.exe
 	cd $(TOP_DIR)/apachetests
 	$(TCLSH_PROG) runtests.tcl $(HTTPD_BIN)
 



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org