That way the files are correctly taggued for pkgbase
Details
Details
- Reviewers
emaste bapt - Group Reviewers
pkgbase - Commits
- rG8c80fd34167c: bsd.lib.mk: Add a install target for .pc files
rG8a84b3736be1: bsd.lib.mk: Add a install target for .pc files
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/mk/bsd.lib.mk | ||
---|---|---|
452 | should we have a .PHONY? |
share/mk/bsd.lib.mk | ||
---|---|---|
452 | I don't think that it's needed, we don't do it for other installlib etc ... |
share/mk/bsd.lib.mk | ||
---|---|---|
452 | It will be functional without it indeed, but we would get strange behaviour if we ever end up with a file named as one of these targets for some reason. |
share/mk/bsd.lib.mk | ||
---|---|---|
452 | Ok, I'll change the and test, I think that will do the job. |
Comment Actions
🙋🏻♀️
share/mk/bsd.lib.mk | ||
---|---|---|
461 | i believe we need an .else here, or else we'll have this target twice, and one of them will be .PHONY |
share/mk/bsd.lib.mk | ||
---|---|---|
461 | AFAIK this will just either:
|