Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
I hate Makefile dependency handling, especially in the bfd subdirectory
(see issue #6 for example, although that's in the opposite direction)
  • Loading branch information
cooljeanius authored Sep 30, 2023
1 parent d030cb8 commit dd29c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ before_script: test -e ./.profile_generic && source ./.profile_generic
script:
- cd src && ./configure --with-x --disable-werror --disable-opts-test --enable-64-bit-bfd --enable-silent-rules --with-system-zlib
- make configure-bfd
# FIXME: these next steps are hacks. The dependency handling in the Makefiles should be fixed to do this properly instead.
- make -C bfd headers
- if test ! -e bfd/bfd.h; then make -C bfd bfd.h; else stat bfd/bfd.h; fi
- make V=0

compiler:
Expand Down

0 comments on commit dd29c8e

Please sign in to comment.