Kaydet (Commit) b3c6ae8f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Surely we want to pass *relative* pathnames to the tar pipe

Change-Id: I874957a399c306bfdb057322edb09c0b56373f10
üst f45a07d6
...@@ -4167,9 +4167,9 @@ if test "$cross_compiling" = "yes"; then ...@@ -4167,9 +4167,9 @@ if test "$cross_compiling" = "yes"; then
Makefile.in \ Makefile.in \
config/config_*.h.in \ config/config_*.h.in \
bin/get_config_variables \ bin/get_config_variables \
$srcdir/solenv/bin/getcompver.awk \ solenv/bin/getcompver.awk \
$SRC_ROOT/solenv/inc/langlist.mk \ solenv/inc/langlist.mk \
$SRC_ROOT/solenv/inc/postset.mk \ solenv/inc/postset.mk \
| (cd CONF-FOR-BUILD && tar xf -) | (cd CONF-FOR-BUILD && tar xf -)
( (
unset COM GUI GUIBASE OS CPU CPUNAME unset COM GUI GUIBASE OS CPU CPUNAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment