File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,19 +83,19 @@ openlibm.pc: openlibm.pc.in Make.inc Makefile
8383
8484install-static : libopenlibm.a
8585 mkdir -p $(DESTDIR )$(libdir )
86- cp -f -a libopenlibm.a $(DESTDIR )$(libdir ) /
86+ cp -RpP -f libopenlibm.a $(DESTDIR )$(libdir ) /
8787
8888install-shared : libopenlibm.$(OLM_MAJOR_MINOR_SHLIB_EXT )
8989 mkdir -p $(DESTDIR )$(shlibdir )
90- cp -f -a libopenlibm.* $(SHLIB_EXT ) * $(DESTDIR )$(shlibdir ) /
90+ cp -RpP -f libopenlibm.* $(SHLIB_EXT ) * $(DESTDIR )$(shlibdir ) /
9191
9292install-pkgconfig : openlibm.pc
9393 mkdir -p $(DESTDIR )$(pkgconfigdir )
94- cp -f -a openlibm.pc $(DESTDIR )$(pkgconfigdir ) /
94+ cp -RpP -f openlibm.pc $(DESTDIR )$(pkgconfigdir ) /
9595
9696install-headers :
9797 mkdir -p $(DESTDIR )$(includedir ) /openlibm
98- cp -f -a include/* .h $(DESTDIR )$(includedir ) /openlibm
99- cp -f -a src/* .h $(DESTDIR )$(includedir ) /openlibm
98+ cp -RpP -f include/* .h $(DESTDIR )$(includedir ) /openlibm
99+ cp -RpP -f src/* .h $(DESTDIR )$(includedir ) /openlibm
100100
101101install : install-static install-shared install-pkgconfig install-headers
You can’t perform that action at this time.
0 commit comments