systemd / zram-generator

Systemd unit generator for zram devices
MIT License
575 stars 48 forks source link

More make shenanigans (redux) #130

Closed nabijaczleweli closed 2 years ago

nabijaczleweli commented 2 years ago

Supersedes and includes #128 – with ?= at the front, rebased, and override := in the middle.

keszybz commented 2 years ago

I'm meh about the change to ?=: I think that make FOO=… is better than FOO=… make. But OTOH, my opinion is not strong enough to oppose this. Let's merge.

nabijaczleweli commented 2 years ago

Whether it's Better is secondary. That it doesn't work when you configure a global alternate cargo or any other program override (cf. exporting CC=clang-11 or w/e) is the main concern, really.