From: sav-ix Date: Tue, 21 Aug 2018 18:07:01 +0000 (+0300) Subject: ICU-20061 fix 'rm: cannot remove 'current'' warning during build (#65) X-Git-Tag: release-63-rc~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9264c3da50bcb7f237c815ef1618000552eb9c6;p=icu ICU-20061 fix 'rm: cannot remove 'current'' warning during build (#65) need to use force removal in order to not make noise in stderr. --- diff --git a/icu4c/source/Makefile.in b/icu4c/source/Makefile.in index 24593ba3c85..be9435ba95f 100644 --- a/icu4c/source/Makefile.in +++ b/icu4c/source/Makefile.in @@ -199,7 +199,7 @@ endif # @echo icuinfo.xml is built after make check. # -$(INSTALL_DATA) $(top_builddir)/config/icuinfo.xml $(DESTDIR)$(pkglibdir)/icuinfo.xml cd $(DESTDIR)$(pkglibdir)/..; \ - $(RM) current && ln -s $(VERSION) current; \ + $(RMV) current && ln -s $(VERSION) current; \ $(RM) Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \ $(RM) pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc