source:
patches/coreutils-8.22-noman-1.patch@
222ecb1
Last change on this file since 222ecb1 was 4a17c2b, checked in by , 11 years ago | |
---|---|
|
|
File size: 13.8 KB |
-
coreutils-8.22
Submitted By: William Harrington (kb0iic at cross-lfs dot org) Date: 2013-12-23 Initial Package Version: 8.22 Origin: Openbox Upstream Status: Inapprorpiate Description: Keep man pages from being generated during cross compile.
old new 1 # Makefile.in generated by automake 1.1 3.4 from Makefile.am.1 # Makefile.in generated by automake 1.14 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. … … 75 75 # You should have received a copy of the GNU General Public License 76 76 # along with this program. If not, see <http://www.gnu.org/licenses/>. 77 77 78 # Make coreutils man pages. -*-Makefile-*-79 # This is included by the top-level Makefile.am.80 81 # Copyright (C) 2002-2013 Free Software Foundation, Inc.82 83 # This program is free software: you can redistribute it and/or modify84 # it under the terms of the GNU General Public License as published by85 # the Free Software Foundation, either version 3 of the License, or86 # (at your option) any later version.87 88 # This program is distributed in the hope that it will be useful,89 # but WITHOUT ANY WARRANTY; without even the implied warranty of90 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the91 # GNU General Public License for more details.92 93 # You should have received a copy of the GNU General Public License94 # along with this program. If not, see <http://www.gnu.org/licenses/>.95 96 78 97 79 98 80 VPATH = @srcdir@ … … 159 141 host_triplet = @host@ 160 142 DIST_COMMON = $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk \ 161 143 $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk \ 162 $(top_srcdir)/doc/local.mk $(top_srcdir)/man/local.mk \ 163 $(top_srcdir)/tests/local.mk INSTALL NEWS README AUTHORS \ 164 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 165 $(top_srcdir)/configure $(am__configure_deps) \ 166 $(top_srcdir)/lib/config.hin ABOUT-NLS \ 144 $(top_srcdir)/doc/local.mk $(top_srcdir)/tests/local.mk \ 145 INSTALL NEWS README AUTHORS ChangeLog $(srcdir)/Makefile.in \ 146 $(srcdir)/Makefile.am $(top_srcdir)/configure \ 147 $(am__configure_deps) $(top_srcdir)/lib/config.hin ABOUT-NLS \ 167 148 $(top_srcdir)/lib/alloca.c lib/parse-datetime.c \ 168 149 $(top_srcdir)/build-aux/depcomp $(top_srcdir)/build-aux/ylwrap \ 169 150 $(doc_coreutils_TEXINFOS) $(top_srcdir)/build-aux/mdate-sh \ … … 1507 1488 EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ 1508 1489 ERRNO_H = @ERRNO_H@ 1509 1490 EXEEXT = @EXEEXT@ 1510 EXTRA_MANS = @EXTRA_MANS@1511 1491 FLOAT_H = @FLOAT_H@ 1512 1492 FNMATCH_H = @FNMATCH_H@ 1513 1493 GETADDRINFO_LIB = @GETADDRINFO_LIB@ … … 2749 2729 lispdir = @lispdir@ 2750 2730 localedir = @localedir@ 2751 2731 localstatedir = @localstatedir@ 2752 man1_MANS = @man1_MANS@2753 2732 mandir = @mandir@ 2754 2733 mkdir_p = @mkdir_p@ 2755 2734 oldincludedir = @oldincludedir@ … … 2965 2944 lib/xstrtol.h lib/xstrtod.c lib/xstrtod.h lib/xalloc.h \ 2966 2945 lib/yesno.h src/dcgen src/dircolors.hin src/primes.h \ 2967 2946 src/tac-pipe.c src/extract-magic src/c99-to-c89.diff \ 2968 man/help2man man/dummy-man $(man1_MANS:.1=.x) \ 2969 $(EXTRA_MANS:.1=.x) $(all_tests) init.cfg tests/Coreutils.pm \ 2970 tests/CuSkip.pm tests/CuTmpdir.pm tests/d_type-check \ 2971 tests/envvar-check tests/factor/run.sh \ 2972 tests/factor/create-test.sh tests/filefrag-extent-compare \ 2973 tests/fiemap-capable tests/init.sh tests/lang-default \ 2974 tests/no-perl tests/other-fs-tmpdir tests/sample-test \ 2975 $(pr_data) 2947 $(all_tests) init.cfg tests/Coreutils.pm tests/CuSkip.pm \ 2948 tests/CuTmpdir.pm tests/d_type-check tests/envvar-check \ 2949 tests/factor/run.sh tests/factor/create-test.sh \ 2950 tests/filefrag-extent-compare tests/fiemap-capable \ 2951 tests/init.sh tests/lang-default tests/no-perl \ 2952 tests/other-fs-tmpdir tests/sample-test $(pr_data) 2976 2953 gen_progs_lists = $(top_srcdir)/build-aux/gen-lists-of-programs.sh 2977 2954 ACLOCAL_AMFLAGS = -I m4 2978 2955 2979 2956 # Just prior to distribution, ... 2980 # transform the automake-generated rule that runs 'rm -f rm > /dev/null 2>&1 || /bin/rm -f rm'.2957 # transform the automake-generated rule that runs 'rm -f rm'. 2981 2958 # On some systems, that command would fail with a diagnostic like 2982 2959 # "rm: cannot unlink 'rm': Text file busy" when '.' appears so early 2983 2960 # in the shell's search path that running 'rm' would run the 'rm' … … 3083 3060 CLEANFILES = lib/configmake.h lib/configmake.h-t lib/charset.alias \ 3084 3061 lib/ref-add.sed lib/ref-del.sed $(SCRIPTS) \ 3085 3062 $(no_install__progs) src/fs-def src/fs-magic \ 3086 src/fs-kernel-magic $( ALL_MANS) $(factor_tests)3063 src/fs-kernel-magic $(factor_tests) 3087 3064 MOSTLYCLEANDIRS = lib/arpa lib/netinet lib/selinux lib/sys lib/sys \ 3088 3065 lib/sys lib/sys lib/sys lib/sys lib/sys lib/sys 3089 3066 AM_CPPFLAGS = -Ilib -I$(top_srcdir)/lib -Isrc -I$(top_srcdir)/src … … 3606 3583 } \ 3607 3584 END {$$m and (warn "$@: do not use upper case in \@var{...}\n"), exit 1}' 3608 3585 3609 @HAVE_PERL_FALSE@run_help2man = $(SHELL) $(srcdir)/man/dummy-man3610 @HAVE_PERL_TRUE@run_help2man = $(PERL) -- $(srcdir)/man/help2man3611 ALL_MANS = $(man1_MANS) $(EXTRA_MANS)3612 3613 # Dependencies common to all man pages. Updated below.3614 3615 # Depend on this to get version number changes.3616 3617 # This is required so that changes to e.g., emit_bug_reporting_address3618 # provoke regeneration of all the manpages.3619 mandeps = .version $(top_srcdir)/src/system.h3620 3586 3621 3587 # Indirections required so that we'll still be able to know the 3622 3588 # complete list of our tests even if the user overrides TESTS … … 4396 4362 $(MAKE) $(AM_MAKEFLAGS) all-recursive 4397 4363 4398 4364 .SUFFIXES: 4399 .SUFFIXES: . 1 .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .sed .sh .sh$(EXEEXT) .sin .trs .x.xpl .xpl$(EXEEXT) .y4365 .SUFFIXES: .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .sed .sh .sh$(EXEEXT) .sin .trs .xpl .xpl$(EXEEXT) .y 4400 4366 am--refresh: Makefile 4401 4367 @: 4402 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/ man/local.mk $(top_srcdir)/tests/local.mk $(am__configure_deps)4368 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/tests/local.mk $(am__configure_deps) 4403 4369 @for dep in $?; do \ 4404 4370 case '$(am__configure_deps)' in \ 4405 4371 *$$dep*) \ … … 4422 4388 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 4423 4389 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 4424 4390 esac; 4425 $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/ man/local.mk $(top_srcdir)/tests/local.mk:4391 $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/src/local.mk $(srcdir)/src/cu-progs.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/tests/local.mk: 4426 4392 4427 4393 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 4428 4394 $(SHELL) ./config.status --recheck … … 4434 4400 $(am__aclocal_m4_deps): 4435 4401 4436 4402 lib/config.h: lib/stamp-h1 4437 @ if test ! -f $@; then rm -f lib/stamp-h1; else :; fi4438 @ if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) lib/stamp-h1; else :; fi4403 @test -f $@ || rm -f lib/stamp-h1 4404 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) lib/stamp-h1 4439 4405 4440 4406 lib/stamp-h1: $(top_srcdir)/lib/config.hin $(top_builddir)/config.status 4441 4407 @rm -f lib/stamp-h1 … … 5292 5258 cd "$(DESTDIR)$(bindir)" && rm -f $$files 5293 5259 5294 5260 clean-binPROGRAMS: 5295 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) > /dev/null 2>&1 || /bin/rm -f $(bin_PROGRAMS)5261 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 5296 5262 5297 5263 clean-noinstPROGRAMS: 5298 5264 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) … … 6747 6713 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ 6748 6714 -o $(@:.html=.htp) `test -f 'doc/coreutils.texi' || echo '$(srcdir)/'`doc/coreutils.texi; \ 6749 6715 then \ 6750 rm -rf $@; \ 6751 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 6752 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ 6716 rm -rf $@ && mv $(@:.html=.htp) $@; \ 6753 6717 else \ 6754 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ 6755 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ 6756 exit 1; \ 6718 rm -rf $(@:.html=.htp); exit 1; \ 6757 6719 fi 6758 6720 $(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti 6759 6721 $(srcdir)/doc/stamp-vti: doc/coreutils.texi $(top_srcdir)/configure 6760 test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)6722 @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp) 6761 6723 @(dir=.; test -f ./doc/coreutils.texi || dir=$(srcdir); \ 6762 6724 set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/coreutils.texi`; \ 6763 6725 echo "@set UPDATED $$1 $$2 $$3"; \ … … 7285 7247 $(am__post_remove_distdir) 7286 7248 7287 7249 dist-tarZ: distdir 7250 @echo WARNING: "Support for shar distribution archives is" \ 7251 "deprecated." >&2 7252 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 7288 7253 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 7289 7254 $(am__post_remove_distdir) 7290 7255 7291 7256 dist-shar: distdir 7257 @echo WARNING: "Support for distribution archives compressed with" \ 7258 "legacy program 'compress' is deprecated." >&2 7259 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 7292 7260 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 7293 7261 $(am__post_remove_distdir) 7294 7262 … … 9838 9806 $(PERL) -lne $(find_upper_case_var) $(texi_files) 9839 9807 9840 9808 check-local: check-texinfo 9841 9842 # This is required because we have subtle inter-directory dependencies:9843 # in order to generate all man pages, even those for which we don't9844 # install a binary, require that all programs be built at distribution9845 # time. We can't use 'dist-hook' for this, since it would run too late:9846 # the manpages must be generated before the distdir is created and filled.9847 $(EXTRA_MANS): $(all_programs)9848 9849 # This is a kludge to remove generated 'man/*.1' from a non-srcdir build.9850 # Without this, "make distcheck" might fail.9851 distclean-local:9852 test x$(srcdir) = x$(builddir) || rm -f $(ALL_MANS)9853 9854 $(ALL_MANS): $(mandeps)9855 9856 # Most prog.1 man pages depend on src/prog. List the exceptions:9857 # Note that dir and vdir are exceptions only if you consider the name9858 # of the .c file upon which they depend: ls.c.9859 man/arch.1: src/uname9860 man/dir.1: src/dir9861 man/install.1: src/ginstall9862 man/vdir.1: src/vdir9863 9864 man/base64.1: src/base649865 man/basename.1: src/basename9866 man/cat.1: src/cat9867 man/chcon.1: src/chcon9868 man/chgrp.1: src/chgrp9869 man/chmod.1: src/chmod9870 man/chown.1: src/chown9871 man/chroot.1: src/chroot9872 man/cksum.1: src/cksum9873 man/comm.1: src/comm9874 man/cp.1: src/cp9875 man/csplit.1: src/csplit9876 man/cut.1: src/cut9877 man/date.1: src/date9878 man/dd.1: src/dd9879 man/df.1: src/df9880 man/dircolors.1: src/dircolors9881 man/dirname.1: src/dirname9882 man/du.1: src/du9883 man/echo.1: src/echo9884 man/env.1: src/env9885 man/expand.1: src/expand9886 man/expr.1: src/expr9887 man/factor.1: src/factor9888 man/false.1: src/false9889 man/fmt.1: src/fmt9890 man/fold.1: src/fold9891 man/groups.1: src/groups9892 man/head.1: src/head9893 man/hostid.1: src/hostid9894 man/hostname.1: src/hostname9895 man/id.1: src/id9896 man/join.1: src/join9897 man/kill.1: src/kill9898 man/link.1: src/link9899 man/ln.1: src/ln9900 man/logname.1: src/logname9901 man/ls.1: src/ls9902 man/md5sum.1: src/md5sum9903 man/mkdir.1: src/mkdir9904 man/mkfifo.1: src/mkfifo9905 man/mknod.1: src/mknod9906 man/mktemp.1: src/mktemp9907 man/mv.1: src/mv9908 man/nice.1: src/nice9909 man/nl.1: src/nl9910 man/nohup.1: src/nohup9911 man/nproc.1: src/nproc9912 man/numfmt.1: src/numfmt9913 man/od.1: src/od9914 man/paste.1: src/paste9915 man/pathchk.1: src/pathchk9916 man/pinky.1: src/pinky9917 man/pr.1: src/pr9918 man/printenv.1: src/printenv9919 man/printf.1: src/printf9920 man/ptx.1: src/ptx9921 man/pwd.1: src/pwd9922 man/readlink.1: src/readlink9923 man/realpath.1: src/realpath9924 man/rm.1: src/rm9925 man/rmdir.1: src/rmdir9926 man/runcon.1: src/runcon9927 man/seq.1: src/seq9928 man/sha1sum.1: src/sha1sum9929 man/sha224sum.1: src/sha224sum9930 man/sha256sum.1: src/sha256sum9931 man/sha384sum.1: src/sha384sum9932 man/sha512sum.1: src/sha512sum9933 man/shred.1: src/shred9934 man/shuf.1: src/shuf9935 man/sleep.1: src/sleep9936 man/sort.1: src/sort9937 man/split.1: src/split9938 man/stat.1: src/stat9939 man/stdbuf.1: src/stdbuf9940 man/stty.1: src/stty9941 man/sum.1: src/sum9942 man/sync.1: src/sync9943 man/tac.1: src/tac9944 man/tail.1: src/tail9945 man/tee.1: src/tee9946 man/test.1: src/test9947 man/timeout.1: src/timeout9948 man/touch.1: src/touch9949 man/tr.1: src/tr9950 man/true.1: src/true9951 man/truncate.1: src/truncate9952 man/tsort.1: src/tsort9953 man/tty.1: src/tty9954 man/uname.1: src/uname9955 man/unexpand.1: src/unexpand9956 man/uniq.1: src/uniq9957 man/unlink.1: src/unlink9958 man/uptime.1: src/uptime9959 man/users.1: src/users9960 man/wc.1: src/wc9961 man/who.1: src/who9962 man/whoami.1: src/whoami9963 man/yes.1: src/yes9964 9965 .x.1:9966 $(AM_V_GEN)name=`echo $@ | sed 's|.*/||; s|\.1$$||'` || exit 1; \9967 case $$name in \9968 install) prog='ginstall';; \9969 test) prog='[';; \9970 *) prog=$$name;; \9971 esac; \9972 rm -f $@ $@-t \9973 && t=$*.td \9974 && rm -rf $$t \9975 && $(MKDIR_P) $$t \9976 && (cd $$t && $(LN_S) '$(abs_top_builddir)/src/'$$prog $$name) \9977 && $(run_help2man) \9978 --source='$(PACKAGE_STRING)' \9979 --include=$(srcdir)/man/$$name.x \9980 --output=$$t/$$name.1 $$t/$$name \9981 --info-page='coreutils \(aq'$$name' invocation\(aq' \9982 && sed \9983 -e 's|$*\.td/||g' \9984 -e '/For complete documentation/d' \9985 $$t/$$name.1 > $@-t \9986 && rm -rf $$t \9987 && chmod a-w $@-t \9988 && mv $@-t $@9989 9809 .PHONY: check-root 9990 9810 check-root: 9991 9811 $(MAKE) check TESTS='$(root_tests)' SUBDIRS=.
Note:
See TracBrowser
for help on using the repository browser.