Author: sebor
Date: Mon Jul 10 14:19:37 2006
New Revision: 420633
URL: http://svn.apache.org/viewvc?rev=420633&view=rev
Log:
2006-07-10 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-257
* GNUmakefile: Renamed the run_locale_utils.sh symlink to run_utils
to prevent the clean target from removing it.
* GNUmakefile.bin: Same.
Modified:
incubator/stdcxx/trunk/GNUmakefile
incubator/stdcxx/trunk/etc/config/GNUmakefile.bin
Modified: incubator/stdcxx/trunk/GNUmakefile
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/GNUmakefile?rev=420633&r1=420632&r2=420633&view=diff
==============================================================================
--- incubator/stdcxx/trunk/GNUmakefile (original)
+++ incubator/stdcxx/trunk/GNUmakefile Mon Jul 10 14:19:37 2006
@@ -548,8 +548,7 @@
ln -sf $(ETCDIR)/configure.sh $(buildpath)/include/configure; \
ln -sf $(ETCDIR)/runall.sh $(buildpath)/run; \
ln -sf $(ETCDIR)/runall.sh $(buildpath)/bin/run; \
- ln -sf $(ETCDIR)/run_locale_utils.sh \
- $(buildpath)/bin/run_locale_utils.sh; \
+ ln -sf $(ETCDIR)/run_locale_utils.sh $(buildpath)/bin/run_utils; \
ln -sf $(ETCDIR)/runall.sh $(TSTDIR)/run; \
ln -sf $(ETCDIR)/runall.sh $(PHTSTDIR)/run; \
ln -sf $(ETCDIR)/runall.sh $(EXMDIR)/run
Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.bin
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.bin?rev=420633&r1=420632&r2=420633&view=diff
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.bin (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.bin Mon Jul 10 14:19:37 2006
@@ -8,7 +8,7 @@
include ../makefile.in
-SRCDIRS = $(TOPDIR)/util
+SRCDIRS = $(TOPDIR)/src/util
# include common variables setting for all makefiles
ONE_REPOSITORY = 1
@@ -72,7 +72,7 @@
@(echo "#! /bin/sh" > $@; \
locname=`echo $@ | sed "s:^\./::g;s:\.sh$$::g"`; \
if [ "$@" = "sanity_test.sh" ]; then \
- echo "$(BUILDDIR)/bin/run_locale_utils.sh -s" \
+ echo "$(BUILDDIR)/bin/run_utils -s" \
"-b $(BUILDDIR)/bin \\" >>$@; \
else \
echo "$(BUILDDIR)/bin/run_locale_utils.sh -f -i $(NLSDIR)" \