diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:57:18 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-21 12:57:18 (EST) |
commit | d0700c80aae39fcab8b151a17a11798d580649b8 (patch) | |
tree | 218faccadf2ecac2de90a16d29654762da88c032 /build | |
parent | 5d0222229b40fff8a5db4f6905ac0548931e12b8 (diff) |
build: Clean up unnecessary files
Diffstat (limited to 'build')
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ build: install: build oh-autoinstall + # No static libraries or libtool archives: + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libpkgconf.a + rm -f dest/usr/lib/$(OPK_HOST_ARCH)/libpkgconf.la + # These are installed using ob-installdocs: + rm -f dest/usr/share/doc/pkgconf/AUTHORS + rm -f dest/usr/share/doc/pkgconf/README.md oh-fixperms oh-strip oh-installfiles |