git: make upgrade: Clear out installer files conditionally

John Marino marino at crater.dragonflybsd.org
Tue Mar 10 08:09:51 PDT 2015


commit 8a71718789fb03e38b77cce54e88d2300b2f9f6a
Author: John Marino <draco at marino.st>
Date:   Tue Mar 10 15:08:52 2015 +0100

    make upgrade: Clear out installer files conditionally
    
    Installing DragonFly from an image installer will end up coping the
    installer itself to /usr/sbin.  This is just cpdup doing what it's told.
    
    The other way these installers could get there is if it's intentionally
    built using the WANT_INSTALLER knob.  So remove these files if the
    WANT_INSTALLER variable is not defined.
    
    suggested-by:	swildner

Summary of changes:
 Makefile_upgrade.inc | 6 ++++++
 1 file changed, 6 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8a71718789fb03e38b77cce54e88d2300b2f9f6a


-- 
DragonFly BSD source repository



More information about the Commits mailing list