Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Print the waf version in the build log
Browse files Browse the repository at this point in the history
'configure' finished successfully (2.601s)
waf 2.0.19 (e83405712e95b47c040763fdfa468c04dfe72e4b)
Waf: Entering directory ...

Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 3, 2021
1 parent acb8b50 commit 9fd1ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function build_application
./waf configure --rtems=${RTEMS_DIR}/build \
--rtems-tools=${RTEMS_DIR}/rtems-exe \
--rtems-bsps=${RTEMS_ARCH}/${RTEMS_BSP}
./waf --version
./waf
cp ${ROOT_DIR}/build/${RTEMS_ARCH}-rtems5-${RTEMS_BSP}/ile-cli-test.exe \
${ROOT_DIR}/ile-cli-test.exe
Expand Down

0 comments on commit 9fd1ad3

Please sign in to comment.