summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-19 21:02:55 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-19 21:02:55 (EDT)
commite6dc37e8e3462312e832af2613e599c2dea03730 (patch)
treecd9dcc9801005744ec914b7dd73563dc5e31d9c5
parentad02d17acf1d26d9c5ec2897387c6e328d95227e (diff)
build: Don't update headers_check.
headers_check still requires Perl 5, so just skip the checks (at least for now).
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index aa100f0..7bf8027 100755
--- a/build
+++ b/build
@@ -5,7 +5,7 @@ include ../source.mk
build:
install:
- oh-autoinstall -T headers_check -- INSTALL_HDR_PATH="$${PWD}/dest/usr"
+ oh-autoinstall -T headers_install -- INSTALL_HDR_PATH="$${PWD}/dest/usr"
find dest/usr/include \
\( -name .install -o -name ..install.cmd \
-o -name .check -o -name ..check.cmd \) \