Ticket #6919 (closed defect: fixed)

Bug contains 1 commit(s) | SVN Diffs for #6919

 

Opened 10 months ago

Last modified 9 months ago

icu-config generation needs to escape "dot" in variable in right hand side

Reported by: srl Assigned to: srl
Priority: critical Milestone: 4.2.1
Component: config_build Version:
Keywords: Cc:
Load: Xref:
Java Version: Operating System: zOS
Project (C/J): ICU4C Weeks: .5
Review: michaelow

Description

This makefile code:

SHLIB.c=        $(LINK.c)
SHLIB.cc=       $(LINK.cc)

turns into the following in icu-config:

SHLIB_c="${LINK.c}"
SHLIB_cc="${LINK.cc}"

the ".c→_c" is done on the left but not right side.

a stop gap for 'z' would be to mark the two lines as #M#

Attachments

Change History

05/13/09 12:05:16 changed by srl

  • owner changed from somebody to srl.
  • priority changed from assess to critical.
  • milestone changed from UNSCH to 4.2.1.

06/02/09 09:34:07 changed by srl

  • weeks set to .5.

06/03/09 17:04:14 changed by srl

  • revw set to michaelow.

Testable with: echo 'SHLIB.c= $(LINK.c)"'| sed -f make2sh.sed

06/25/09 14:29:34 changed by michaelow

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #6919 (icu-config generation needs to escape "dot" in variable in right hand side)




Anti spam check: