Date: Mon, 12 Mar 2007 00:30:12 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: gnu/110143: commit references a PR Message-ID: <200703120030.l2C0UC6I011642@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/110143; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: gnu/110143: commit references a PR Date: Mon, 12 Mar 2007 00:28:36 +0000 (UTC) kan 2007-03-12 00:28:06 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc Makefile.fe Makefile.inc gnu/usr.bin/cc/c++filt Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/f77 Makefile Log: Minor Makefile cleanup. Do not use Makefile variables named 'version' and 'target'. Latter is problematic in particular as apparently FreeBSD's bsd.prog.mk re-defines it under some circumstances. This causes an unexpected failures like -dumpmachine not working for cc while working fine for c++. Do not re-define IN_GCC in multipe places, it gets inherited from Makefile.in anyway. PR: gnu/110143 Submitted by: usleepless at gmail Revision Changes Path 1.4 +3 -3 src/gnu/usr.bin/cc/Makefile.fe 1.65 +1 -1 src/gnu/usr.bin/cc/Makefile.inc 1.21 +2 -1 src/gnu/usr.bin/cc/c++filt/Makefile 1.50 +2 -2 src/gnu/usr.bin/cc/cc_int/Makefile 1.22 +0 -2 src/gnu/usr.bin/cc/f77/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703120030.l2C0UC6I011642>