svn commit: r1930054 - subversion/trunk/tools/dev/unix-build
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <176433693312.398696.13471251909786383589@svn02-us-east.apache.org> |
Author: stsp
Date: Fri Nov 28 13:35:32 2025
New Revision: 1930054
Log:
* tools/dev/unix-build/Makefile.svn: Avoid rebuilding svn and bindings
when starting tests.
Modified:
subversion/trunk/tools/dev/unix-build/Makefile.svn
Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Nov 28 13:33:48 2025 (r1930053)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Nov 28 13:35:32 2025 (r1930054)
@@ -2452,13 +2452,13 @@ svn-check-neon:
@echo Neon is not supported by this build of Subversion, skipping tests
@true
else
-svn-check-neon: $(HTTPD_CHECK_CONF) $(SVN_OBJDIR)/.compiled $(SVN_OBJDIR)/.bindings-compiled svn-check-prepare-ramdisk
+svn-check-neon: $(HTTPD_CHECK_CONF) svn-check-prepare-ramdisk
$(HTTPD_START_CMD)
$(call do_check,BASE_URL=http://localhost:$(HTTPD_CHECK_PORT) HTTP_LIBRARY=neon)
$(HTTPD_STOP_CMD)
endif
-svn-check-serf: $(HTTPD_CHECK_CONF) $(SVN_OBJDIR)/.compiled $(SVN_OBJDIR)/.bindings-compiled svn-check-prepare-ramdisk
+svn-check-serf: $(HTTPD_CHECK_CONF) svn-check-prepare-ramdisk
$(HTTPD_START_CMD)
$(call do_check,BASE_URL=http://localhost:$(HTTPD_CHECK_PORT) HTTP_LIBRARY=serf)
$(HTTPD_STOP_CMD)