Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12881 Build 13143: arc lint + arc unit
Event Timeline
| x11/xcape/Makefile | ||
|---|---|---|
| 21 | ^ this looks unecessary/wrong | |
| x11/xcape/Makefile | ||
|---|---|---|
| 21 | Why do you think this is wrong? This makefile has =, not >=. GNU make has the feature that it still sets such variables (with =) when they are placed into make's arguments, but not into its environment. This line exploits this feature. Do you think it's wrong? | |
| x11/xcape/Makefile | ||
|---|---|---|
| 21 | MANDIR sounded absolute, and PREFIX unessessary :) looking at the Makefile, you're right. | |
| x11/xcape/Makefile | ||
|---|---|---|
| 21 | So, approved? | |
This comment was removed by yuri.