git: Remove patch(1) from the list of bootstrap tools.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat May 23 00:57:49 PDT 2020


commit 1bc877a043c429585839884d0166d4eb56b8c70c
Author: Sascha Wildner <saw at online.de>
Date:   Sat May 23 09:49:33 2020 +0200

    Remove patch(1) from the list of bootstrap tools.
    
    Now that we no longer ship patches in the tree, patch(1) is no longer
    needed during buildworld, buildkernel etc. The last patch was removed
    in d8d77baac2714febf36f4ac37afccbbbdcdc8857.
    
    While here, also remove our old bsd.patch.mk which was used in the
    old days to handle local changes to contrib/ code using patches we
    shipped. Since we have git, we use vendor branches which we merge and
    then just modify on master for this purpose.

Summary of changes:
 Makefile.inc1                        |  9 +----
 Makefile_upgrade.inc                 |  1 +
 gnu/usr.bin/cc80/Makefile.intcxx_lib |  2 +-
 share/mk/Makefile                    |  2 +-
 share/mk/bsd.README                  |  1 -
 share/mk/bsd.hostlib.mk              |  7 +---
 share/mk/bsd.hostprog.mk             |  7 +---
 share/mk/bsd.lib.mk                  |  4 +-
 share/mk/bsd.patch.mk                | 72 ------------------------------------
 share/mk/bsd.prog.mk                 |  4 +-
 sys/conf/kmod.mk                     |  4 +-
 11 files changed, 10 insertions(+), 103 deletions(-)
 delete mode 100644 share/mk/bsd.patch.mk

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1bc877a043c429585839884d0166d4eb56b8c70c


-- 
DragonFly BSD source repository



More information about the Commits mailing list