Date: Fri, 28 Sep 2012 03:30:27 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1037 - trunk/security/nss/files Message-ID: <201209280330.q8S3UR42078734@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Sep 28 03:30:26 2012 New Revision: 1037 Log: don't change objdir when $(CC) contains full path Reported by: green dog <fiziologus@gmail.com> Added: trunk/security/nss/files/patch-..::coreconf::ruleset.mk Added: trunk/security/nss/files/patch-..::coreconf::ruleset.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/security/nss/files/patch-..::coreconf::ruleset.mk Fri Sep 28 03:30:26 2012 (r1037) @@ -0,0 +1,11 @@ +--- ../coreconf/ruleset.mk~ ++++ ../coreconf/ruleset.mk +@@ -85,7 +85,7 @@ + # + + ifndef COMPILER_TAG +- ifneq ($(DEFAULT_COMPILER), $(notdir $(firstword $(CC)))) ++ ifneq ($(DEFAULT_COMPILER), $(CC)) + # + # Temporary define for the Client; to be removed when binary release is used + #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209280330.q8S3UR42078734>