[oi-dev] [developer] Please review: 3395 add /etc/profile.d and /etc/.login.d

Jim Klimov jimklimov at cos.ru
Mon Nov 25 18:42:57 UTC 2013


On 2013-11-25 16:27, Alexander Pyhalov wrote:
> Hello.
>
> Please, review http://cr.illumos.org/~webrev/alp/3395/

Can't the Makefile blocks like this:

profile: etc-profile.sh
         $(RM) profile
         $(CP) etc-profile.sh $@

be remade into this:

profile: etc-profile.sh
         $(RM) $@
         $(CP) $< $@

This would simplify copy-pasting of standardized actions :)





More information about the oi-dev mailing list