blob: 5c2091b004d928a6b00a023e97aabecebe5f3643 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- ./modules/Makefile.in.orig 2010-06-24 05:07:46.000000000 -0400
+++ ./modules/Makefile.in 2010-06-24 05:09:54.000000000 -0400
@@ -1008,19 +1008,19 @@
.PHONY: stamp-cache
stamp-cache:
- $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
- ../bin/vlc-cache-gen$(EXEEXT) . ; \
- else \
- echo "Cross-compilation: cache generation skipped!" ; \
- fi
- $(AM_V_at)touch stamp-cache
+# $(AM_V_GEN)if test "$(build)" = "$(host)"; then \
+# ../bin/vlc-cache-gen$(EXEEXT) . ; \
+# else \
+# echo "Cross-compilation: cache generation skipped!" ; \
+# fi
+# $(AM_V_at)touch stamp-cache
install-exec-hook:
- if test -z "$(DESTDIR)"; then \
- ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
- else \
- echo "Staged installation: cache generation skipped!" ; \
- fi
+# if test -z "$(DESTDIR)"; then \
+# ../bin/vlc-cache-gen$(EXEEXT) "$(vlclibdir)/plugins" ; \
+# else \
+# echo "Staged installation: cache generation skipped!" ; \
+# fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|