]> granicus.if.org Git - icu/commitdiff
ICU-20061 fix 'rm: cannot remove 'current'' warning during build (#65)
authorsav-ix <sav_ix@ukr.net>
Tue, 21 Aug 2018 18:07:01 +0000 (21:07 +0300)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:38 +0000 (14:27 -0700)
need to use force removal in order to not make noise in stderr.

icu4c/source/Makefile.in

index 24593ba3c8560afc887477ebecb371907b78c769..be9435ba95ffb607f36fd286f893456468c9d9e8 100644 (file)
@@ -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