[nginx] svn commit: r5060 - in branches/stable-1.2: . auto/cc
mdounin at mdounin.ru
mdounin at mdounin.ru
Mon Feb 11 15:28:51 UTC 2013
Author: mdounin
Date: 2013-02-11 15:28:50 +0000 (Mon, 11 Feb 2013)
New Revision: 5060
URL: http://trac.nginx.org/nginx/changeset/5060/nginx
Log:
Merge of r5012: configure: removed redundant variable assignment.
Modified:
branches/stable-1.2/
branches/stable-1.2/auto/cc/msvc
Index: branches/stable-1.2
===================================================================
--- branches/stable-1.2 2013-02-11 15:12:06 UTC (rev 5059)
+++ branches/stable-1.2 2013-02-11 15:28:50 UTC (rev 5060)
Property changes on: branches/stable-1.2
___________________________________________________________________
Modified: svn:mergeinfo
## -1 +1 ##
-/trunk:4611-4632,4636-4657,4671-4672,4674-4676,4682,4684-4699,4704-4706,4713,4736-4741,4754,4756-4771,4775,4777-4780,4782-4785,4795,4811-4820,4822-4824,4828-4835,4840-4844,4865-4872,4885-4887,4890-4896,4913-4925,4933-4934,4939,4944-4949,4961-4969,4973-4974,4976-4994,4997,4999-5004,5011,5019-5025
+/trunk:4611-4632,4636-4657,4671-4672,4674-4676,4682,4684-4699,4704-4706,4713,4736-4741,4754,4756-4771,4775,4777-4780,4782-4785,4795,4811-4820,4822-4824,4828-4835,4840-4844,4865-4872,4885-4887,4890-4896,4913-4925,4933-4934,4939,4944-4949,4961-4969,4973-4974,4976-4994,4997,4999-5004,5011-5012,5019-5025
\ No newline at end of property
Modified: branches/stable-1.2/auto/cc/msvc
===================================================================
--- branches/stable-1.2/auto/cc/msvc 2013-02-11 15:12:06 UTC (rev 5059)
+++ branches/stable-1.2/auto/cc/msvc 2013-02-11 15:28:50 UTC (rev 5060)
@@ -73,9 +73,6 @@
# disable logo
CFLAGS="$CFLAGS -nologo"
-
-LINK="\$(CC)"
-
# the link flags
CORE_LINK="$CORE_LINK -link -verbose:lib"
More information about the nginx-devel
mailing list