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 <[email protected]> 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 + # _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
