summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-03-30 22:22:48 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-03-30 22:22:48 (EDT)
commit618b5ef170cce57a3dea678b23d49743c92789f7 (patch)
tree64b41cb6e854f9ca285742bef53d52b2ab3d42cb /build
parent1c2aa340112ebc0444b8fefb3396d3d722414f09 (diff)
build: Delete manual removal commands.
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/build b/build
index 01caae9..45247bb 100755
--- a/build
+++ b/build
@@ -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 \