Skip to content

Makefile.base: define 'clean' as .PHONY#9822

Merged
jcarrano merged 1 commit intoRIOT-OS:masterfrom
cladmi:pr/make/phony_clean
Aug 22, 2018
Merged

Makefile.base: define 'clean' as .PHONY#9822
jcarrano merged 1 commit intoRIOT-OS:masterfrom
cladmi:pr/make/phony_clean

Conversation

@cladmi
Copy link
Copy Markdown
Contributor

@cladmi cladmi commented Aug 22, 2018

Contribution description

Makefile.base was not defining 'clean' as a .PHONY target when it is not a file target.

Testing procedure

Not really a nice way, but it should be .PHONY.

Issues/PRs references

Found during #9820

@cladmi cladmi added Area: build system Area: Build system Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Aug 22, 2018
@cladmi cladmi requested review from aabadie and jcarrano August 22, 2018 15:00
Copy link
Copy Markdown
Contributor

@jcarrano jcarrano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clearly and obviously, clean should be PHONY.

@jcarrano jcarrano merged commit 1128b63 into RIOT-OS:master Aug 22, 2018
@cladmi cladmi added this to the Release 2018.10 milestone Aug 23, 2018
@cladmi cladmi deleted the pr/make/phony_clean branch September 5, 2018 11:54
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 CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants