git: etc/sendmail: Fix installation of the /etc/mail/Makefile.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Mar 20 04:02:03 PDT 2015


commit 6ea966eeb3cae8c427ed131fb69bf1bc05d57bcb
Author: Sascha Wildner <saw at online.de>
Date:   Fri Mar 20 12:01:18 2015 +0100

    etc/sendmail: Fix installation of the /etc/mail/Makefile.
    
    The way this was done led to problems when doing 'make install' and
    'make clean' from etc/mail. The generated Makefile would overwrite
    the shipped Makefile (upon install) or the shipped Makefile would
    delete itself (upon clean).
    
    Use FILESNAME_... which is meant for this kind of stuff.
    
    Reported-by: tkusumi

Summary of changes:
 etc/sendmail/Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6ea966eeb3cae8c427ed131fb69bf1bc05d57bcb


-- 
DragonFly BSD source repository



More information about the Commits mailing list