|
|
|
|
|
by 0xdeadbeefbabe
3226 days ago
|
|
This lovely cough line brought to you by a lede/openwrt Makefile: target/linux/ar71xx/image/Makefile: CMDLINE = $$(if $$(BOARDNAME),board=$$(BOARDNAME)) $$(if $$(MTDPARTS),mtdparts=$$(MTDPARTS)) $$(if $$(CONSOLE),console=$$(CONSOLE)) |
|
You must have seen more complex clauses than that in shell scripts and all sorts of places.