Date: Thu, 20 Jan 2005 10:43:43 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/rescue/rescue Makefile Message-ID: <200501201043.j0KAhh5K051363@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2005-01-20 10:43:43 UTC
FreeBSD src repository
Modified files:
rescue/rescue Makefile
Log:
Ignoring MAKEFLAGS in rev. 1.15 was a very bad idea. This causes
wrong share/mk files to be used, which can be fatal with upgrades
or downgrades, e.g., when building RELENG_5 on HEAD.
Reported by: glebius
For now, just exclude -P from MAKEFLAGS when running crunchgen(1).
(Note that it will still break when run with certain -d options.)
The real solution is to fix make(1) to not print stuff on stdout
when it's not supposed to, e.g., through the -P and -dX options,
and to fix crunchgen(1) to not redirect stderr to stdout when
running make(1). Once this is implemented, this hack can go.
Revision Changes Path
1.39 +3 -2 src/rescue/rescue/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501201043.j0KAhh5K051363>
