cvs commit: src/usr.bin/patch Makefile
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Jul 9 13:44:00 PDT 2005
On Sat, Jul 09, 2005 at 01:40:16PM +0200, Simon 'corecode' Schubert wrote:
> Lately Simon Schubert <corecode at xxxxxxxxxxxxxxxxxxxxxxx> said:
> > Log:
> > Make us bootstrap on FreeBSD-6.x. Joerg seemed to fix it before, but
> > only make got -DBOOTSTRAPPING passed, not CFLAGS.
>
> thinking about it, shouldn't we remove this BOOTSTRAPPING stuff
> completely as we don't support crosscompiles anymore?
As long as the build of DragonFly_RELEASE_1_2 works, yes.
I want to support incremental upgrades, but not skipping releases,
simply because our codebase is moving fast and that would mean a lot
of nasty things to keep around. For example, we can assume that the system
has getopt_long by now, because the release branch has it.
I also consider fixing bootstrap upgrade problems a regression for the
release branch, though we have to be extremely careful there.
Joerg
More information about the Commits
mailing list