coreutils: Bump revision after unified headers
[termux-packages] / packages / coreutils / Makefile.in.patch
CommitLineData
fb8471fb
FF
1diff -u -r ../coreutils-8.26/Makefile.in ./Makefile.in
2--- ../coreutils-8.26/Makefile.in 2016-11-30 13:34:55.000000000 -0500
3+++ ./Makefile.in 2016-11-30 19:10:09.902334174 -0500
fb8471fb 4@@ -14622,32 +14624,8 @@
bc82430b 5 @SINGLE_BINARY_FALSE@man/yes.1: src/yes$(EXEEXT)
59f0d218
FF
6
7 .x.1:
8- $(AM_V_GEN)name=`echo $@ | sed 's|.*/||; s|\.1$$||'` || exit 1; \
9- case $$name in \
10- install) prog='ginstall'; argv=$$name;; \
11- test) prog='['; argv='[';; \
12- *) prog=$$name; argv=$$prog;; \
13- esac; \
14- rm -f $@ $@-t \
15- && t=$*.td \
16- && rm -rf $$t \
17- && $(MKDIR_P) $$t \
bc82430b
FF
18- && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog$(EXEEXT) \
19- $$argv$(EXEEXT)) \
e137a06f
FF
20- && : $${SOURCE_DATE_EPOCH=`cat $(srcdir)/.timestamp 2>/dev/null || :`} \
21- && export SOURCE_DATE_EPOCH && $(run_help2man) \
59f0d218
FF
22- --source='$(PACKAGE_STRING)' \
23- --include=$(srcdir)/man/$$name.x \
bc82430b
FF
24- --output=$$t/$$name.1 \
25- --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
26- $$t/$$argv$(EXEEXT) \
59f0d218
FF
27- && sed \
28- -e 's|$*\.td/||g' \
29- -e '/For complete documentation/d' \
30- $$t/$$name.1 > $@-t \
31- && rm -rf $$t \
32- && chmod a-w $@-t \
33- && mv $@-t $@
fb8471fb 34+ # Use man pages generated by help2man in the host build.
59f0d218
FF
35+ cp $(top_srcdir)/../host-build/$@ $@
36 .PHONY: check-root
37 check-root:
38 $(MAKE) check TESTS='$(root_tests)' SUBDIRS=.