File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99matrix :
1010 exclude :
1111 - os : osx
12- env : TARGET=" arm32"
12+ env : TARGET=arm32
1313notifications :
1414 email : false
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ install: all openlibm.pc
5656 mkdir -p $(DESTDIR )$(shlibdir )
5757 mkdir -p $(DESTDIR )$(libdir ) /pkgconfig
5858 mkdir -p $(DESTDIR )$(includedir ) /openlibm
59- cp -a libopenlibm.$(SHLIB_EXT ) * $(DESTDIR )$(shlibdir ) /
60- cp -a libopenlibm.a $(DESTDIR )$(libdir ) /
61- cp -a src/openlibm.h $(DESTDIR )$(includedir ) /
62- cp -a openlibm.pc $(DESTDIR )$(libdir ) /pkgconfig/
59+ cp -f - a libopenlibm.$(SHLIB_EXT ) * $(DESTDIR )$(shlibdir ) /
60+ cp -f - a libopenlibm.a $(DESTDIR )$(libdir ) /
61+ cp -f - a src/openlibm.h $(DESTDIR )$(includedir ) /
62+ cp -f - a openlibm.pc $(DESTDIR )$(libdir ) /pkgconfig/
6363ifneq ($(wildcard $(ARCH ) /bsd_asm.h) ,)
64- cp -a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
64+ cp -f - a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
6565endif
6666ifneq ($(wildcard $(ARCH ) /bsd_cdefs.h) ,)
67- cp -a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
67+ cp -f - a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
6868endif
You can’t perform that action at this time.
0 commit comments