summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-04-22 11:40:28 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-04-22 11:40:28 (EDT)
commit8098756bdcde2e822feea0112ac4d70ecaf6c3f1 (patch)
treea4e4b5500346e2bec85f4d37cee6fa877dd4ec8a /build
parent4ba141f1c5cc4de2138079d43eaf24297dc9184b (diff)
Write needed documentation files in source target.
Diffstat (limited to 'build')
-rwxr-xr-xbuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/build b/build
index 0e3cc8f..00850a1 100755
--- a/build
+++ b/build
@@ -44,13 +44,6 @@ configure:
touch $@
build: configure
- # TODO: This should be done in the source target.
- for f in \
- gcc/doc/gcc.texi gcc/doc/invoke.texi gcc/doc/gcov.texi \
- gcc/doc/include/funding.texi gcc/doc/gccint.texi \
- libgomp/libgomp.texi; do \
- >src/$${f}; \
- done
oh-autobuild -B gcc-build -T bootstrap-lean -- -j $${JOBS:-1} \
libsubdir=/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION) \
libexecsubdir=/usr/lib/$(OPK_HOST_ARCH)/gcc-$(BASE_VERSION) \