Changeset 695
- Timestamp:
- 2011-02-08T05:47:15+01:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
Makefile.frag (modified) (2 diffs)
-
config.m4 (modified) (1 diff)
-
config.w32 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/Makefile.frag
r644 r695 15 15 16 16 $(XCACHE_PROC_OUT): $(XCACHE_PROC_SRC) $(XCACHE_STRUCTINFO_OUT) $(XCACHE_PROC_SOURCES) 17 $(M4) -D srcdir= '`'"$(srcdir)'" -D builddir='`'"$(builddir)'" $(XCACHE_ENABLE_TEST) $(XCACHE_PROC_SRC) > $(XCACHE_PROC_OUT).tmp17 $(M4) -D srcdir=$(XCACHE_BACKTICK)"$(srcdir)'" -D builddir=$(XCACHE_BACKTICK)"$(builddir)'" $(XCACHE_ENABLE_TEST) $(XCACHE_PROC_SRC) > $(XCACHE_PROC_OUT).tmp 18 18 mv $(XCACHE_PROC_OUT).tmp $(XCACHE_PROC_OUT) 19 19 20 20 $(XCACHE_PROC_H): $(XCACHE_PROC_OUT) 21 $(GREP) 'export: ' $(XCACHE_PROC_OUT) | $(SED) 's/.*export:\(.*\):export.*/\1/g'> $(XCACHE_PROC_H)21 $(GREP) "export: " $(XCACHE_PROC_OUT) | $(SED) "s/.*export:\(.*\):export.*/\1/g" > $(XCACHE_PROC_H) 22 22 -$(XCACHE_INDENT) < $(XCACHE_PROC_H) > $(XCACHE_PROC_H).tmp && mv $(XCACHE_PROC_H).tmp $(XCACHE_PROC_H) 23 23 … … 42 42 TEST_PHP_SRCDIR=$(top_srcdir) \ 43 43 CC="$(CC)" \ 44 $(srcdir)/run-xcachetest -d 'open_basedir=' -d 'safe_mode=0' -d 'output_buffering=0' -d 'memory_limit=-1'$(top_srcdir)/run-tests.php $(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini44 $(srcdir)/run-xcachetest -d "open_basedir=" -d "safe_mode=0" -d "output_buffering=0" -d "memory_limit=-1" $(top_srcdir)/run-tests.php $(TESTS) $(TEST_ARGS) -c $(top_builddir)/tmp-php.ini -
branches/1.3/config.m4
r479 r695 85 85 fi 86 86 PHP_SUBST([M4]) 87 XCACHE_BACKTICK="'"'`'"'" 88 PHP_SUBST([XCACHE_BACKTICK]) 87 89 AC_PATH_PROGS([GREP], [grep]) 88 90 PHP_SUBST([GREP]) -
branches/1.3/config.w32
r644 r695 56 56 } 57 57 } 58 DEFINE("XCACHE_BACKTICK", "`") 58 59 PATH_PROG("gawk", null, "XCACHE_AWK") || PATH_PROG("awk", null, "XCACHE_AWK"); 59 60
Note: See TracChangeset
for help on using the changeset viewer.

