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

make: fix rebuilding on changes without clean or -B #1198

Merged
merged 1 commit into from
May 16, 2014
Merged

make: fix rebuilding on changes without clean or -B #1198

merged 1 commit into from
May 16, 2014

Conversation

Kijewski
Copy link
Contributor

Partial revert of 85b7eca

Fixes #1197.

Partial revert of 85b7eca

Fixes #1197.
@Kijewski
Copy link
Contributor Author

We'd need to replace almost every instance of all in the make system with $(ELFFILE) to make the previous idea running. That's not that bad, but we should still use this quick fix until someone digs deeper into that matter.

Pocking @authmillenon.

@OlegHahm
Copy link
Member

You wanna challenge @LudwigOrtmann for the worst title of a PR? Point from my side: cannot tell what this about without clicking a further link.

@Kijewski
Copy link
Contributor Author

So I win? This is good, isn't it? :P

(title changed)

@Kijewski Kijewski changed the title make: fix #1197 make: fix rebuilding on changes without clean or -B May 16, 2014
@LudwigKnuepfer
Copy link
Member

Oh, I didn't see to get the original title AND I can't remember my worst title.

@LudwigKnuepfer
Copy link
Member

=(

@Kijewski
Copy link
Contributor Author

So, are you gonna review this PR?

@LudwigKnuepfer
Copy link
Member

Yes, I'm gonna.

@LudwigKnuepfer
Copy link
Member

Seems to work

@LudwigKnuepfer
Copy link
Member

So I ACK

@miri64
Copy link
Member

miri64 commented May 16, 2014

ACK, status I tried to fix in #1195 is working again.

miri64 added a commit that referenced this pull request May 16, 2014
make: fix rebuilding on changes without `clean` or `-B`
@miri64 miri64 merged commit f8e329b into RIOT-OS:master May 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: build system Area: Build system Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make: make all does not rebuild anymore if source has changed
4 participants