Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD OK is shown twice when in a real project situation #22

Open
mmitch opened this issue Mar 29, 2019 · 1 comment
Open

BUILD OK is shown twice when in a real project situation #22

mmitch opened this issue Mar 29, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mmitch
Copy link
Owner

mmitch commented Mar 29, 2019

this does not happen with the example projects in cobol-build, but with every real world scenario where cobol-build is used in a real project (see ToDoListe or cobol-anagram-kata repos for example).

@mmitch mmitch added the bug Something isn't working label Mar 29, 2019
@mmitch
Copy link
Owner Author

mmitch commented Apr 4, 2019

Looks like this bug depends on the constellation in the real project, not directly in cobol-build:

  • cobol-anagram-kata shows now problems. It uses a pristine template Makefile as supplied by cobol-build
  • ToDoListe shows the bug, but it's Makefile adds an extra dependency from test and deploy to build. To there is the internal test: build depedency from cobol-build and an additional test: build dependency outside of cobol-build. Looks like make can't recall that the build target has already been build on multiple recursive calls to the same Makefile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant