Bug 29920 - include/Makefile.am still uses CCODECVT_H
Summary: include/Makefile.am still uses CCODECVT_H
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks: 29842
  Show dependency treegraph
 
Reported: 2006-11-20 22:38 UTC by Jorn Wolfgang Rennecke
Modified: 2006-11-23 21:25 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-11-21 10:16:09


Attachments
patch to remove CCODECVT_H reference (483 bytes, patch)
2006-11-20 22:48 UTC, Jorn Wolfgang Rennecke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jorn Wolfgang Rennecke 2006-11-20 22:38:14 UTC
CCODECVT_H has been removed, but include/Makefile.am still uses it.
Comment 1 Jorn Wolfgang Rennecke 2006-11-20 22:48:00 UTC
Created attachment 12655 [details]
patch to remove CCODECVT_H reference
Comment 2 Jorn Wolfgang Rennecke 2006-11-20 22:48:31 UTC
CCODECVT_H is no longer defined.  If symlinks work, the effect of the stale code
is relatively harmless, symlinking to the directory.  However, when the build
platform has to do a copy instead, it will copy the entire directory, which
costs a lot of time and storage.
Comment 3 Paolo Carlini 2006-11-21 10:16:09 UTC
Benjamin, can you ack this patch? Seems ok to me.
Comment 4 Benjamin Kosnik 2006-11-21 10:34:21 UTC
Jorn, thanks for finding this. This patch is ok for gcc/gcc-4_2-branch.

thanks!

-benjamin
Comment 5 Jorn Wolfgang Rennecke 2006-11-23 21:22:35 UTC
Subject: Bug 29920

Author: amylaar
Date: Thu Nov 23 21:22:23 2006
New Revision: 119134

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119134
Log:
2006-11-22  Antony King <anthony.king@st.com>
            J"orn Rennecke <joern.rennecke@st.com>

	PR libstdc++/29920
	* include/Makefile.am (stamp-host): Remove CCODECVT_H line.
	* include/Makefile.in: Regenerate.

Modified:
    branches/gcc-4_2-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_2-branch/libstdc++-v3/include/Makefile.am
    branches/gcc-4_2-branch/libstdc++-v3/include/Makefile.in

Comment 6 Jorn Wolfgang Rennecke 2006-11-23 21:25:38 UTC
Fixed in Revision 119091 (mainline) / 119134 (gcc-4_2-branch)