Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 48694 invoked from network); 1 Sep 2006 15:49:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Sep 2006 15:49:53 -0000 Received: (qmail 83580 invoked by uid 500); 1 Sep 2006 15:49:52 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 83570 invoked by uid 500); 1 Sep 2006 15:49:52 -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 83559 invoked by uid 99); 1 Sep 2006 15:49:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Sep 2006 08:49:52 -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; Fri, 01 Sep 2006 08:49:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EB4A7142F5 for ; Fri, 1 Sep 2006 15:46:24 +0000 (GMT) Message-ID: <31766989.1157125584057.JavaMail.jira@brutus> Date: Fri, 1 Sep 2006 08:46:24 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (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 resolved STDCXX-257. --------------------------------- Fix Version/s: 4.2 Resolution: Fixed Fixed with the referenced changes. > 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 > Issue Type: Bug > Components: Build > Reporter: Andrew Black > Assigned To: Martin Sebor > Priority: Minor > Fix For: 4.2 > > > 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