Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 78143 invoked from network); 10 Jul 2006 21:09:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 21:09:26 -0000 Received: (qmail 96874 invoked by uid 500); 10 Jul 2006 21:09:26 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 96817 invoked by uid 500); 10 Jul 2006 21:09:26 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 96806 invoked by uid 99); 10 Jul 2006 21:09:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 14:09:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 14:09:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 310F241048E for ; Mon, 10 Jul 2006 21:07:30 +0000 (GMT) Message-ID: <18528598.1152565650183.JavaMail.jira@brutus> Date: Mon, 10 Jul 2006 21:07:30 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Assigned: (STDCXX-257) make clean in bin directory removes run_locale_utils.sh symlink In-Reply-To: <24786515.1152551129854.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-257?page=all ] Martin Sebor reassigned STDCXX-257: ----------------------------------- Assign To: Martin Sebor > make clean in bin directory removes run_locale_utils.sh symlink > --------------------------------------------------------------- > > Key: STDCXX-257 > URL: http://issues.apache.org/jira/browse/STDCXX-257 > Project: C++ Standard Library > Type: Bug > Components: Build > Reporter: Andrew Black > Assignee: Martin Sebor > Priority: Minor > > Executing make clean on the bin subdirectory of the buildspace produces the following output. > [ablack@quandry stdcxx-test]$ make clean -Cbuild/bin > make: Entering directory `/build/ablack/stdcxx-test/build/bin' > rm -f localedef locale > rm -rf a.out core *.o *.i *.ii *.ti *.sh *.sta *.out \ > *.a \ > tempinc cxx_repository SunWS_cache 2>/dev/null > make: Leaving directory `/build/ablack/stdcxx-test/build/bin' > This action removes the run_locale_utils.sh file, which is a symlink to the etc/config/run_locale_utils.sh script in the source tree. Upon regeneration, the generated shell scipts for the different locales will fail to run as the script they depend on is missing. > I suspect the correct solution is to regenerate this symlink via makefile rules if it doesn't exist, and have the $(RUNTARGET) depend on this file. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira