Date: Mon, 5 Apr 2004 09:53:04 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make main.c Message-ID: <20040405065304.GA31779@ip.net.ua> In-Reply-To: <200404050616.i356GmTK080745@repoman.freebsd.org> References: <200404050616.i356GmTK080745@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 04, 2004 at 11:16:48PM -0700, Dag-Erling Smorgrav wrote: > des 2004/04/04 23:16:48 PDT >=20 > FreeBSD src repository >=20 > Modified files: > usr.bin/make main.c=20 > Log: > Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>), > add <signal.h> (needed for sigaction()) > =20 > Noticed by: Stefan Farfeleder <stefan@fafoe.narf.at> > =20 > Revision Changes Path > 1.87 +6 -4 src/usr.bin/make/main.c >=20 One must be extra careful when touching tools used during bootstrapping. This commit breaks bootstrapping make(1) on RELENG_4: : $ make -s make : In file included from main.c:64: : /usr/include/sys/resource.h:58: field `ru_utime' has incomplete type : /usr/include/sys/resource.h:59: field `ru_stime' has incomplete type : *** Error code 1 :=20 : Stop in /usr/home/ru/make. : $ cvs up -r1.86 main.c : U main.c : $ make -s make Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --CE+1k2dSO48ffgeK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAcQJQUkv4P6juNwoRAqRWAJ9haKcx/tPBDcnsG56gghTm9qQ93gCdHTa5 FIkmTtqR2gfdLERbbWPYO7A= =eSAO -----END PGP SIGNATURE----- --CE+1k2dSO48ffgeK--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040405065304.GA31779>