diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -21,8 +21,6 @@ nop: @: configure-libc: - # TODO: Remove manual from upstream source. - #rm -Rf src/libc/manual [ ! -d libcbuild ] && mkdir libcbuild || true rm -f libcbuild/config.cache echo 'libc_cv_forced_unwind=yes' >>libcbuild/config.cache @@ -96,8 +94,6 @@ install-libc: build-libc rm -f dest/usr/lib/*/pt_chown cp ../nsswitch.conf dest/etc rm -f dest/etc/ld.so.cache - # TODO: Remove manual from upstream source. - rm -Rf dest/usr/share/info install-locales: build-locales oh-autoinstall -s "$${PWD}/src/localedef" -B localesbuild \ |