Skip to content

Commit ea9e625

Browse files
committed
bootstrap time file changes for AIX
1 parent 0c2a25b commit ea9e625

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

bootstrap.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ ECHO. >> project-config.jam
5858
ECHO option.set keep-going : false ; >> project-config.jam
5959
ECHO. >> project-config.jam
6060

61+
mkdir libs\wave\test\testwave\testfiles\utf8-test-ßµ™∃
62+
copy libs\wave\test\testwave\testfiles\utf8-test\file.hpp libs\wave\test\testwave\testfiles\utf8-test-ßµ™∃\file.hpp
63+
6164
ECHO.
6265
ECHO Bootstrapping is done. To build, run:
6366
ECHO.

bootstrap.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@ option.set includedir : $INCLUDEDIR ;
393393
option.set keep-going : false ;
394394
EOF
395395

396+
# Fix up the UTF8 test (AIX does not support utf8 file/dir names)
397+
cp -r libs/wave/test/testwave/testfiles/utf8-test libs/wave/test/testwave/testfiles/utf8-test-ßµ™∃
398+
396399
cat << EOF
397400
398401
Bootstrapping is done. To build, run:

libs/context

libs/wave

tools/boost_install

0 commit comments

Comments
 (0)