ICU-360 (Steven's proposed fix) don't call pwd all the time when generating packaging list
X-SVN-Rev: 2526
This commit is contained in:
parent
a2ef9023ee
commit
8a04b4bb60
@ -177,8 +177,9 @@ $(TMPDATADIR)/icudata.lst: Makefile $(srcdir)/Makefile.in $(srcdir)/genrb/genrbf
|
||||
@echo Generating $@ list of data files
|
||||
@$(mkinstalldirs) $(TMPDATADIR)
|
||||
@-$(RMV) $(TMPDATADIR)/icudata.lst
|
||||
@for file in $(DATAFILES); do \
|
||||
echo `pwd`/$$file >> $(TMPDATADIR)/icudata.lst; \
|
||||
@pwd=`pwd`; \
|
||||
for file in $(DATAFILES); do \
|
||||
echo $$pwd/$$file >> $(TMPDATADIR)/icudata.lst; \
|
||||
done;
|
||||
|
||||
$(TMPDATADIR)/testdata.lst: Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user