Skip to content

Commit

Permalink
bootstrap time file changes for AIX
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcw committed Nov 5, 2024
1 parent 0c2a25b commit ea9e625
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ ECHO. >> project-config.jam
ECHO option.set keep-going : false ; >> project-config.jam
ECHO. >> project-config.jam

mkdir libs\wave\test\testwave\testfiles\utf8-test-ßµ™∃
copy libs\wave\test\testwave\testfiles\utf8-test\file.hpp libs\wave\test\testwave\testfiles\utf8-test-ßµ™∃\file.hpp

ECHO.
ECHO Bootstrapping is done. To build, run:
ECHO.
Expand Down
3 changes: 3 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ option.set includedir : $INCLUDEDIR ;
option.set keep-going : false ;
EOF

# Fix up the UTF8 test (AIX does not support utf8 file/dir names)
cp -r libs/wave/test/testwave/testfiles/utf8-test libs/wave/test/testwave/testfiles/utf8-test-ßµ™∃

cat << EOF
Bootstrapping is done. To build, run:
Expand Down
2 changes: 1 addition & 1 deletion libs/context
Submodule context updated 1 files
+22 −0 build/Jamfile.v2
2 changes: 1 addition & 1 deletion libs/wave
2 changes: 1 addition & 1 deletion tools/boost_install
2 changes: 1 addition & 1 deletion tools/build

0 comments on commit ea9e625

Please sign in to comment.