minix/minix
David van Moolenbroek 2d46e3ebb9 libc: fix local from-source upgrades
Commit git-c38dbb9 inadvertently broke local MINIX3-on-MINIX3 builds,
since its libc changes relied on VFS being upgraded already as well.
As a result, after installing the new libc, networking ceased to work,
leading to curl(1) failing later on in the build process.  This patch
introduces transitional code that is necessary for the build process
to complete, after which it is obsolete again.

Change-Id: I93bf29c01d228e3d7efc7b01befeff682954f54d
2016-02-27 17:45:02 +00:00
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands setup.sh: fix various issues 2016-02-26 19:45:55 +00:00
drivers 3c90x: add support for 3c905B 100BaseTX 2016-02-27 15:37:20 +00:00
fs Fix usage of parenthesis in Makefiles 2016-02-07 19:17:44 +01:00
include Prepare for switch to native BSD socket API 2016-02-23 14:34:05 +00:00
kernel Basic statistical profiling fixes 2016-01-28 13:09:35 +01:00
lib libc: fix local from-source upgrades 2016-02-27 17:45:02 +00:00
llvm generate_gold_plugin: support for MAKE variable 2016-01-13 20:32:36 +01:00
man commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
net Fix usage of parenthesis in Makefiles 2016-02-07 19:17:44 +01:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers VFS: remove unused variable in worker.c 2016-02-26 19:28:50 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests Prepare for switch to native BSD socket API 2016-02-23 14:34:05 +00:00
usr.bin Prepare for switch to native BSD socket API 2016-02-23 14:34:05 +00:00
usr.sbin NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
Makefile NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00