1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-19 09:47:23 +00:00
This commit is contained in:
Peter Olsson 2014-03-22 12:56:46 +01:00
parent 8be3ca59e2
commit 742e28e1c5

@ -110,7 +110,8 @@ if ISFREEBSD
endif
$(V8_DIR)/.stamp-patch: $(V8_DIR)
cd $(V8_DIR) && patch -p0 < $(switch_srcdir)/src/mod/languages/mod_v8/v8-build.patch && touch $@
cd $(V8_DIR) && (test -f .stamp-patch || patch -t -p0 < $(switch_srcdir)/src/mod/languages/mod_v8/v8-build.patch)
touch $@
$(V8LIB): $(V8_DIR) $(V8_DIR)/.stamp-patch
mkdir -p $(V8_BUILDDIR)