Kaydet (Commit) 0318bea5 authored tarafından Peter Foley's avatar Peter Foley

fix cross-compiling in separate work dir

Change-Id: I17a30fde1b37e59dc0a8ab7b676115ab1aa5b4f2
üst c0ef3bb1
......@@ -4100,7 +4100,7 @@ if test "$cross_compiling" = "yes"; then
echo
rm -rf CONF-FOR-BUILD config_build.mk
mkdir CONF-FOR-BUILD
tar cf - \
(cd $SRC_ROOT && tar cf - \
config.guess \
config_host.mk.in \
configure \
......@@ -4112,7 +4112,7 @@ if test "$cross_compiling" = "yes"; then
solenv/inc/langlist.mk \
solenv/inc/postset.mk \
solenv/inc/minor.mk.in \
instsetoo_native/util/openoffice.lst.in \
instsetoo_native/util/openoffice.lst.in) \
| (cd CONF-FOR-BUILD && tar xf -)
(
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