git: buildworld - Fix bootstrapping from DFly 4.10
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 22 09:34:33 PST 2023
commit 46c51ac56ab9d1bd9ff569701c346c7a56c24956
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 22 09:29:34 2023 -0800
buildworld - Fix bootstrapping from DFly 4.10
* xinstall has to manually include pwcache.c from libc when creating the
bootstrap version from an old world. The Makefile was a bit messed up
and included pwcache.c twice, as well as included it outside of the
bootstrap portion of the build, resulting in a link failure.
* Fix the Makefile so this works. Tested on an old solidrun micro-pc.
Summary of changes:
usr.bin/xinstall/Makefile | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/46c51ac56ab9d1bd9ff569701c346c7a56c24956
--
DragonFly BSD source repository
More information about the Commits
mailing list