Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | If we expect this list to grow, I might suggest adding something like CONFIG_TXT_FILES=a b c above, and then adding an iterator here. |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | e.g. +CONFIG_TXT_FILES= config.txt config_rpi_0_w.txt config_rpi3.txt
+.for i in ${CONFIG_TXT_FILES} |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | phab handily removed my '^-' from the two existing CP lines. |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | The list won't grow. |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | famous last words. |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | I guess it will when the RPI4 will be out. |
sysutils/rpi-firmware/Makefile | ||
---|---|---|
30 | Unless there are more than 3 files in the very close future, doing it this way is better/shorter. (Also, you could run CP only one with all the files, which would be even better.) |
If we expect this list to grow, I might suggest adding something like
CONFIG_TXT_FILES=a b c
above, and then adding an iterator here.