Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commita6bcc8f
authored
By convention make targets that don't refer to a file have a dependencyon the fake .PHONY target/file. This ensures that these targets arealways evaluated because there is no rule to create a .PHONY fileand that will force make to think the rule is out of date and needsto be rebuilt.This commit consistently associates virtual targets with .PHONY bydeclaring the .PHONY dependency immediately above the make rule. Thisshould avoid race conditions and avoidable rebuilds across multiple makeinvocations.
1 parentb15a1a6 commita6bcc8f
File tree
2 files changed
+78
-20
lines changed- Misc/NEWS.d/next/Build
2 files changed
+78
-20
lines changed0 commit comments
Comments
(0)