mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update miscellaneous files from upstream sources.
This patch updates miscellaneous files from their upstream sources: texinfo.tex from Texinfo, config.guess and config.sub from config.git, install-sh from automake and move-if-change from gnulib. Tested x86_64 that installed shared libraries are unchanged by the patch; also looked at the generated libc.pdf manual. * manual/texinfo.tex: Update to version 2014-05-05.10 with trailing whitespace removed. * scripts/config.guess: Update to version 2014-03-23. * scripts/config.sub: Update to version 2014-05-01 * scripts/install-sh: Update to version 2013-12-25.23. * scripts/move-if-change: Update from gnulib.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2014-06-26 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* manual/texinfo.tex: Update to version 2014-05-05.10 with
|
||||||
|
trailing whitespace removed.
|
||||||
|
* scripts/config.guess: Update to version 2014-03-23.
|
||||||
|
* scripts/config.sub: Update to version 2014-05-01
|
||||||
|
* scripts/install-sh: Update to version 2013-12-25.23.
|
||||||
|
* scripts/move-if-change: Update from gnulib.
|
||||||
|
|
||||||
2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
* debug/memmove_chk.c: Remove pagecopy.h include.
|
* debug/memmove_chk.c: Remove pagecopy.h include.
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
% Load plain if necessary, i.e., if running under initex.
|
% Load plain if necessary, i.e., if running under initex.
|
||||||
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
|
||||||
%
|
%
|
||||||
\def\texinfoversion{2013-11-26.10}
|
\def\texinfoversion{2014-05-05.10}
|
||||||
%
|
%
|
||||||
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
|
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
|
||||||
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||||
% 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
|
% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
|
||||||
%
|
%
|
||||||
% This texinfo.tex file is free software: you can redistribute it and/or
|
% This texinfo.tex file is free software: you can redistribute it and/or
|
||||||
% modify it under the terms of the GNU General Public License as
|
% modify it under the terms of the GNU General Public License as
|
||||||
@ -1138,7 +1138,7 @@ output) for that.)}
|
|||||||
|
|
||||||
\ifpdf
|
\ifpdf
|
||||||
%
|
%
|
||||||
% Color manipulation macros based on pdfcolor.tex,
|
% Color manipulation macros using ideas from pdfcolor.tex,
|
||||||
% except using rgb instead of cmyk; the latter is said to render as a
|
% except using rgb instead of cmyk; the latter is said to render as a
|
||||||
% very dark gray on-screen and a very dark halftone in print, instead
|
% very dark gray on-screen and a very dark halftone in print, instead
|
||||||
% of actual black. The dark red here is dark enough to print on paper as
|
% of actual black. The dark red here is dark enough to print on paper as
|
||||||
@ -2146,7 +2146,7 @@ end
|
|||||||
\let\tenttsl=\secttsl
|
\let\tenttsl=\secttsl
|
||||||
\def\curfontsize{sec}%
|
\def\curfontsize{sec}%
|
||||||
\def\lsize{subsec}\def\lllsize{reduced}%
|
\def\lsize{subsec}\def\lllsize{reduced}%
|
||||||
\resetmathfonts \setleading{16pt}}
|
\resetmathfonts \setleading{17pt}}
|
||||||
\def\subsecfonts{%
|
\def\subsecfonts{%
|
||||||
\let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
|
\let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
|
||||||
\let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
|
\let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
|
||||||
@ -2575,12 +2575,12 @@ end
|
|||||||
\let\file=\code
|
\let\file=\code
|
||||||
\let\option=\code
|
\let\option=\code
|
||||||
|
|
||||||
% @uref (abbreviation for `urlref') takes an optional (comma-separated)
|
% @uref (abbreviation for `urlref') aka @url takes an optional
|
||||||
% second argument specifying the text to display and an optional third
|
% (comma-separated) second argument specifying the text to display and
|
||||||
% arg as text to display instead of (rather than in addition to) the url
|
% an optional third arg as text to display instead of (rather than in
|
||||||
% itself. First (mandatory) arg is the url.
|
% addition to) the url itself. First (mandatory) arg is the url.
|
||||||
|
|
||||||
% secret option to allow changing PDF output to show only the second
|
% TeX-only option to allow changing PDF output to show only the second
|
||||||
% arg (if given), and not the url (which is then just the link target).
|
% arg (if given), and not the url (which is then just the link target).
|
||||||
\newif\ifurefurlonlylink
|
\newif\ifurefurlonlylink
|
||||||
|
|
||||||
@ -2650,8 +2650,10 @@ end
|
|||||||
% we put a little stretch before and after the breakable chars, to help
|
% we put a little stretch before and after the breakable chars, to help
|
||||||
% line breaking of long url's. The unequal skips make look better in
|
% line breaking of long url's. The unequal skips make look better in
|
||||||
% cmtt at least, especially for dots.
|
% cmtt at least, especially for dots.
|
||||||
\def\urefprestretch{\urefprebreak \hskip0pt plus.13em }
|
\def\urefprestretchamount{.13em}
|
||||||
\def\urefpoststretch{\urefpostbreak \hskip0pt plus.1em }
|
\def\urefpoststretchamount{.1em}
|
||||||
|
\def\urefprestretch{\urefprebreak \hskip0pt plus\urefprestretchamount\relax}
|
||||||
|
\def\urefpoststretch{\urefpostbreak \hskip0pt plus\urefprestretchamount\relax}
|
||||||
%
|
%
|
||||||
\def\urefcodeamp{\urefprestretch \&\urefpoststretch}
|
\def\urefcodeamp{\urefprestretch \&\urefpoststretch}
|
||||||
\def\urefcodedot{\urefprestretch .\urefpoststretch}
|
\def\urefcodedot{\urefprestretch .\urefpoststretch}
|
||||||
@ -3934,18 +3936,22 @@ end
|
|||||||
|
|
||||||
% multitable-only commands.
|
% multitable-only commands.
|
||||||
%
|
%
|
||||||
% @headitem starts a heading row, which we typeset in bold.
|
% @headitem starts a heading row, which we typeset in bold. Assignments
|
||||||
% Assignments have to be global since we are inside the implicit group
|
% have to be global since we are inside the implicit group of an
|
||||||
% of an alignment entry. \everycr resets \everytab so we don't have to
|
% alignment entry. \everycr below resets \everytab so we don't have to
|
||||||
% undo it ourselves.
|
% undo it ourselves.
|
||||||
\def\headitemfont{\b}% for people to use in the template row; not changeable
|
\def\headitemfont{\b}% for people to use in the template row; not changeable
|
||||||
\def\headitem{%
|
\def\headitem{%
|
||||||
\checkenv\multitable
|
\checkenv\multitable
|
||||||
\crcr
|
\crcr
|
||||||
|
\gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings
|
||||||
\global\everytab={\bf}% can't use \headitemfont since the parsing differs
|
\global\everytab={\bf}% can't use \headitemfont since the parsing differs
|
||||||
\the\everytab % for the first item
|
\the\everytab % for the first item
|
||||||
}%
|
}%
|
||||||
%
|
%
|
||||||
|
% default for tables with no headings.
|
||||||
|
\let\headitemcrhook=\relax
|
||||||
|
%
|
||||||
% A \tab used to include \hskip1sp. But then the space in a template
|
% A \tab used to include \hskip1sp. But then the space in a template
|
||||||
% line is not enough. That is bad. So let's go back to just `&' until
|
% line is not enough. That is bad. So let's go back to just `&' until
|
||||||
% we again encounter the problem the 1sp was intended to solve.
|
% we again encounter the problem the 1sp was intended to solve.
|
||||||
@ -3976,15 +3982,15 @@ end
|
|||||||
%
|
%
|
||||||
\everycr = {%
|
\everycr = {%
|
||||||
\noalign{%
|
\noalign{%
|
||||||
\global\everytab={}%
|
\global\everytab={}% Reset from possible headitem.
|
||||||
\global\colcount=0 % Reset the column counter.
|
\global\colcount=0 % Reset the column counter.
|
||||||
% Check for saved footnotes, etc.
|
%
|
||||||
|
% Check for saved footnotes, etc.:
|
||||||
\checkinserts
|
\checkinserts
|
||||||
% Keeps underfull box messages off when table breaks over pages.
|
%
|
||||||
%\filbreak
|
% Perhaps a \nobreak, then reset:
|
||||||
% Maybe so, but it also creates really weird page breaks when the
|
\headitemcrhook
|
||||||
% table breaks over pages. Wouldn't \vfil be better? Wait until the
|
\global\let\headitemcrhook=\relax
|
||||||
% problem manifests itself, so it can be fixed for real --karl.
|
|
||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
%
|
%
|
||||||
@ -4426,7 +4432,7 @@ end
|
|||||||
% complicated, when \tex is in effect and \{ is a \delimiter again.
|
% complicated, when \tex is in effect and \{ is a \delimiter again.
|
||||||
% We can't use \lbracecmd and \rbracecmd because texindex assumes
|
% We can't use \lbracecmd and \rbracecmd because texindex assumes
|
||||||
% braces and backslashes are used only as delimiters. Perhaps we
|
% braces and backslashes are used only as delimiters. Perhaps we
|
||||||
% should define @lbrace and @rbrace commands a la @comma.
|
% should use @lbracechar and @rbracechar?
|
||||||
\def\{{{\tt\char123}}%
|
\def\{{{\tt\char123}}%
|
||||||
\def\}{{\tt\char125}}%
|
\def\}{{\tt\char125}}%
|
||||||
%
|
%
|
||||||
@ -4447,8 +4453,7 @@ end
|
|||||||
% @end macro
|
% @end macro
|
||||||
% ...
|
% ...
|
||||||
% @funindex commtest
|
% @funindex commtest
|
||||||
%
|
% This is not enough to reproduce the bug, but it gives the flavor.
|
||||||
% The above is not enough to reproduce the bug, but it gives the flavor.
|
|
||||||
%
|
%
|
||||||
% Sample whatsit resulting:
|
% Sample whatsit resulting:
|
||||||
% .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
|
% .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
|
||||||
@ -4649,8 +4654,21 @@ end
|
|||||||
\definedummyword\verb
|
\definedummyword\verb
|
||||||
\definedummyword\w
|
\definedummyword\w
|
||||||
\definedummyword\xref
|
\definedummyword\xref
|
||||||
|
%
|
||||||
|
% Consider:
|
||||||
|
% @macro mkind{arg1,arg2}
|
||||||
|
% @cindex \arg2\
|
||||||
|
% @end macro
|
||||||
|
% @mkind{foo, bar}
|
||||||
|
% The space after the comma will end up in the temporary definition
|
||||||
|
% that we make for arg2 (see \parsemargdef ff.). We want all this to be
|
||||||
|
% expanded for the sake of the index, so we end up just seeing "bar".
|
||||||
|
\let\xeatspaces = \eatspaces
|
||||||
}
|
}
|
||||||
|
|
||||||
|
% For testing: output @{ and @} in index sort strings as \{ and \}.
|
||||||
|
\newif\ifusebracesinindexes
|
||||||
|
|
||||||
% \indexnofonts is used when outputting the strings to sort the index
|
% \indexnofonts is used when outputting the strings to sort the index
|
||||||
% by, and when constructing control sequence names. It eliminates all
|
% by, and when constructing control sequence names. It eliminates all
|
||||||
% control sequences and just writes whatever the best ASCII sort string
|
% control sequences and just writes whatever the best ASCII sort string
|
||||||
@ -4679,11 +4697,16 @@ end
|
|||||||
% Unfortunately, texindex is not prepared to handle braces in the
|
% Unfortunately, texindex is not prepared to handle braces in the
|
||||||
% content at all. So for index sorting, we map @{ and @} to strings
|
% content at all. So for index sorting, we map @{ and @} to strings
|
||||||
% starting with |, since that ASCII character is between ASCII { and }.
|
% starting with |, since that ASCII character is between ASCII { and }.
|
||||||
\def\{{|a}%
|
\ifusebracesinindexes
|
||||||
|
\def\lbracechar{\lbracecmd}%
|
||||||
|
\def\rbracechar{\rbracecmd}%
|
||||||
|
\else
|
||||||
\def\lbracechar{|a}%
|
\def\lbracechar{|a}%
|
||||||
%
|
|
||||||
\def\}{|b}%
|
|
||||||
\def\rbracechar{|b}%
|
\def\rbracechar{|b}%
|
||||||
|
\fi
|
||||||
|
\let\{=\lbracechar
|
||||||
|
\let\}=\rbracechar
|
||||||
|
%
|
||||||
%
|
%
|
||||||
% Non-English letters.
|
% Non-English letters.
|
||||||
\def\AA{AA}%
|
\def\AA{AA}%
|
||||||
@ -6411,8 +6434,6 @@ end
|
|||||||
% side, and for 6pt waste from
|
% side, and for 6pt waste from
|
||||||
% each corner char, and rule thickness
|
% each corner char, and rule thickness
|
||||||
\normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
|
\normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
|
||||||
% Flag to tell @lisp, etc., not to narrow margin.
|
|
||||||
\let\nonarrowing = t%
|
|
||||||
%
|
%
|
||||||
% If this cartouche directly follows a sectioning command, we need the
|
% If this cartouche directly follows a sectioning command, we need the
|
||||||
% \parskip glue (backspaced over by default) or the cartouche can
|
% \parskip glue (backspaced over by default) or the cartouche can
|
||||||
@ -6579,9 +6600,13 @@ end
|
|||||||
|
|
||||||
|
|
||||||
% @raggedright does more-or-less normal line breaking but no right
|
% @raggedright does more-or-less normal line breaking but no right
|
||||||
% justification. From plain.tex.
|
% justification. From plain.tex. Don't stretch around special
|
||||||
|
% characters in urls in this environment, since the stretch at the right
|
||||||
|
% should be enough.
|
||||||
\envdef\raggedright{%
|
\envdef\raggedright{%
|
||||||
\rightskip0pt plus2em \spaceskip.3333em \xspaceskip.5em\relax
|
\rightskip0pt plus2.4em \spaceskip.3333em \xspaceskip.5em\relax
|
||||||
|
\def\urefprestretchamount{0pt}%
|
||||||
|
\def\urefpoststretchamount{0pt}%
|
||||||
}
|
}
|
||||||
\let\Eraggedright\par
|
\let\Eraggedright\par
|
||||||
|
|
||||||
@ -7474,7 +7499,7 @@ end
|
|||||||
|
|
||||||
% Parse the optional {params} list. Set up \paramno and \paramlist
|
% Parse the optional {params} list. Set up \paramno and \paramlist
|
||||||
% so \defmacro knows what to do. Define \macarg.BLAH for each BLAH
|
% so \defmacro knows what to do. Define \macarg.BLAH for each BLAH
|
||||||
% in the params list to some hook where the argument si to be expanded. If
|
% in the params list to some hook where the argument is to be expanded. If
|
||||||
% there are less than 10 arguments that hook is to be replaced by ##N where N
|
% there are less than 10 arguments that hook is to be replaced by ##N where N
|
||||||
% is the position in that list, that is to say the macro arguments are to be
|
% is the position in that list, that is to say the macro arguments are to be
|
||||||
% defined `a la TeX in the macro body.
|
% defined `a la TeX in the macro body.
|
||||||
@ -8336,6 +8361,7 @@ end
|
|||||||
\gdef\footnote{%
|
\gdef\footnote{%
|
||||||
\let\indent=\ptexindent
|
\let\indent=\ptexindent
|
||||||
\let\noindent=\ptexnoindent
|
\let\noindent=\ptexnoindent
|
||||||
|
%
|
||||||
\global\advance\footnoteno by \@ne
|
\global\advance\footnoteno by \@ne
|
||||||
\edef\thisfootno{$^{\the\footnoteno}$}%
|
\edef\thisfootno{$^{\the\footnoteno}$}%
|
||||||
%
|
%
|
||||||
@ -8359,6 +8385,11 @@ end
|
|||||||
%
|
%
|
||||||
\gdef\dofootnote{%
|
\gdef\dofootnote{%
|
||||||
\insert\footins\bgroup
|
\insert\footins\bgroup
|
||||||
|
%
|
||||||
|
% Nested footnotes are not supported in TeX, that would take a lot
|
||||||
|
% more work. (\startsavinginserts does not suffice.)
|
||||||
|
\let\footnote=\errfootnote
|
||||||
|
%
|
||||||
% We want to typeset this text as a normal paragraph, even if the
|
% We want to typeset this text as a normal paragraph, even if the
|
||||||
% footnote reference occurs in (for example) a display environment.
|
% footnote reference occurs in (for example) a display environment.
|
||||||
% So reset some parameters.
|
% So reset some parameters.
|
||||||
@ -8396,13 +8427,19 @@ end
|
|||||||
}
|
}
|
||||||
}%end \catcode `\@=11
|
}%end \catcode `\@=11
|
||||||
|
|
||||||
|
\def\errfootnote{%
|
||||||
|
\errhelp=\EMsimple
|
||||||
|
\errmessage{Nested footnotes not supported in texinfo.tex,
|
||||||
|
even though they work in makeinfo; sorry}
|
||||||
|
}
|
||||||
|
|
||||||
% In case a @footnote appears in a vbox, save the footnote text and create
|
% In case a @footnote appears in a vbox, save the footnote text and create
|
||||||
% the real \insert just after the vbox finished. Otherwise, the insertion
|
% the real \insert just after the vbox finished. Otherwise, the insertion
|
||||||
% would be lost.
|
% would be lost.
|
||||||
% Similarly, if a @footnote appears inside an alignment, save the footnote
|
% Similarly, if a @footnote appears inside an alignment, save the footnote
|
||||||
% text to a box and make the \insert when a row of the table is finished.
|
% text to a box and make the \insert when a row of the table is finished.
|
||||||
% And the same can be done for other insert classes. --kasal, 16nov03.
|
% And the same can be done for other insert classes. --kasal, 16nov03.
|
||||||
|
%
|
||||||
% Replace the \insert primitive by a cheating macro.
|
% Replace the \insert primitive by a cheating macro.
|
||||||
% Deeper inside, just make sure that the saved insertions are not spilled
|
% Deeper inside, just make sure that the saved insertions are not spilled
|
||||||
% out prematurely.
|
% out prematurely.
|
||||||
|
164
scripts/config.guess
vendored
164
scripts/config.guess
vendored
@ -1,8 +1,8 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2013 Free Software Foundation, Inc.
|
# Copyright 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2013-11-29'
|
timestamp='2014-03-23'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -50,7 +50,7 @@ version="\
|
|||||||
GNU config.guess ($timestamp)
|
GNU config.guess ($timestamp)
|
||||||
|
|
||||||
Originally written by Per Bothner.
|
Originally written by Per Bothner.
|
||||||
Copyright 1992-2013 Free Software Foundation, Inc.
|
Copyright 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||||
@ -149,7 +149,7 @@ Linux|GNU|GNU/*)
|
|||||||
LIBC=gnu
|
LIBC=gnu
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -826,7 +826,7 @@ EOF
|
|||||||
*:MINGW*:*)
|
*:MINGW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-mingw32
|
echo ${UNAME_MACHINE}-pc-mingw32
|
||||||
exit ;;
|
exit ;;
|
||||||
i*:MSYS*:*)
|
*:MSYS*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-msys
|
echo ${UNAME_MACHINE}-pc-msys
|
||||||
exit ;;
|
exit ;;
|
||||||
i*:windows32*:*)
|
i*:windows32*:*)
|
||||||
@ -969,10 +969,10 @@ EOF
|
|||||||
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
|
eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
|
||||||
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
|
||||||
;;
|
;;
|
||||||
or1k:Linux:*:*)
|
openrisc*:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
echo or1k-unknown-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
or32:Linux:*:*)
|
or32:Linux:*:* | or1k*:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
padre:Linux:*:*)
|
padre:Linux:*:*)
|
||||||
@ -1371,154 +1371,6 @@ EOF
|
|||||||
exit ;;
|
exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
eval $set_cc_for_build
|
|
||||||
cat >$dummy.c <<EOF
|
|
||||||
#ifdef _SEQUENT_
|
|
||||||
# include <sys/types.h>
|
|
||||||
# include <sys/utsname.h>
|
|
||||||
#endif
|
|
||||||
main ()
|
|
||||||
{
|
|
||||||
#if defined (sony)
|
|
||||||
#if defined (MIPSEB)
|
|
||||||
/* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
|
|
||||||
I don't know.... */
|
|
||||||
printf ("mips-sony-bsd\n"); exit (0);
|
|
||||||
#else
|
|
||||||
#include <sys/param.h>
|
|
||||||
printf ("m68k-sony-newsos%s\n",
|
|
||||||
#ifdef NEWSOS4
|
|
||||||
"4"
|
|
||||||
#else
|
|
||||||
""
|
|
||||||
#endif
|
|
||||||
); exit (0);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__arm) && defined (__acorn) && defined (__unix)
|
|
||||||
printf ("arm-acorn-riscix\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (hp300) && !defined (hpux)
|
|
||||||
printf ("m68k-hp-bsd\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (NeXT)
|
|
||||||
#if !defined (__ARCHITECTURE__)
|
|
||||||
#define __ARCHITECTURE__ "m68k"
|
|
||||||
#endif
|
|
||||||
int version;
|
|
||||||
version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
|
||||||
if (version < 4)
|
|
||||||
printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
|
|
||||||
else
|
|
||||||
printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
|
|
||||||
exit (0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (MULTIMAX) || defined (n16)
|
|
||||||
#if defined (UMAXV)
|
|
||||||
printf ("ns32k-encore-sysv\n"); exit (0);
|
|
||||||
#else
|
|
||||||
#if defined (CMU)
|
|
||||||
printf ("ns32k-encore-mach\n"); exit (0);
|
|
||||||
#else
|
|
||||||
printf ("ns32k-encore-bsd\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (__386BSD__)
|
|
||||||
printf ("i386-pc-bsd\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (sequent)
|
|
||||||
#if defined (i386)
|
|
||||||
printf ("i386-sequent-dynix\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
#if defined (ns32000)
|
|
||||||
printf ("ns32k-sequent-dynix\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (_SEQUENT_)
|
|
||||||
struct utsname un;
|
|
||||||
|
|
||||||
uname(&un);
|
|
||||||
|
|
||||||
if (strncmp(un.version, "V2", 2) == 0) {
|
|
||||||
printf ("i386-sequent-ptx2\n"); exit (0);
|
|
||||||
}
|
|
||||||
if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
|
|
||||||
printf ("i386-sequent-ptx1\n"); exit (0);
|
|
||||||
}
|
|
||||||
printf ("i386-sequent-ptx\n"); exit (0);
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (vax)
|
|
||||||
# if !defined (ultrix)
|
|
||||||
# include <sys/param.h>
|
|
||||||
# if defined (BSD)
|
|
||||||
# if BSD == 43
|
|
||||||
printf ("vax-dec-bsd4.3\n"); exit (0);
|
|
||||||
# else
|
|
||||||
# if BSD == 199006
|
|
||||||
printf ("vax-dec-bsd4.3reno\n"); exit (0);
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-bsd\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-bsd\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
# else
|
|
||||||
printf ("vax-dec-ultrix\n"); exit (0);
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (alliant) && defined (i860)
|
|
||||||
printf ("i860-alliant-bsd\n"); exit (0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
exit (1);
|
|
||||||
}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
|
|
||||||
{ echo "$SYSTEM_NAME"; exit; }
|
|
||||||
|
|
||||||
# Apollos put the system type in the environment.
|
|
||||||
|
|
||||||
test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
|
|
||||||
|
|
||||||
# Convex versions that predate uname can use getsysinfo(1)
|
|
||||||
|
|
||||||
if [ -x /usr/convex/getsysinfo ]
|
|
||||||
then
|
|
||||||
case `getsysinfo -f cpu_type` in
|
|
||||||
c1*)
|
|
||||||
echo c1-convex-bsd
|
|
||||||
exit ;;
|
|
||||||
c2*)
|
|
||||||
if getsysinfo -f scalar_acc
|
|
||||||
then echo c32-convex-bsd
|
|
||||||
else echo c2-convex-bsd
|
|
||||||
fi
|
|
||||||
exit ;;
|
|
||||||
c34*)
|
|
||||||
echo c34-convex-bsd
|
|
||||||
exit ;;
|
|
||||||
c38*)
|
|
||||||
echo c38-convex-bsd
|
|
||||||
exit ;;
|
|
||||||
c4*)
|
|
||||||
echo c4-convex-bsd
|
|
||||||
exit ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
cat >&2 <<EOF
|
cat >&2 <<EOF
|
||||||
$0: unable to guess system type
|
$0: unable to guess system type
|
||||||
|
|
||||||
|
19
scripts/config.sub
vendored
19
scripts/config.sub
vendored
@ -1,8 +1,8 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Configuration validation subroutine script.
|
# Configuration validation subroutine script.
|
||||||
# Copyright 1992-2013 Free Software Foundation, Inc.
|
# Copyright 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2013-10-01'
|
timestamp='2014-05-01'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -68,7 +68,7 @@ Report bugs and patches to <config-patches@gnu.org>."
|
|||||||
version="\
|
version="\
|
||||||
GNU config.sub ($timestamp)
|
GNU config.sub ($timestamp)
|
||||||
|
|
||||||
Copyright 1992-2013 Free Software Foundation, Inc.
|
Copyright 1992-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This is free software; see the source for copying conditions. There is NO
|
This is free software; see the source for copying conditions. There is NO
|
||||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
||||||
@ -283,8 +283,10 @@ case $basic_machine in
|
|||||||
| mips64vr5900 | mips64vr5900el \
|
| mips64vr5900 | mips64vr5900el \
|
||||||
| mipsisa32 | mipsisa32el \
|
| mipsisa32 | mipsisa32el \
|
||||||
| mipsisa32r2 | mipsisa32r2el \
|
| mipsisa32r2 | mipsisa32r2el \
|
||||||
|
| mipsisa32r6 | mipsisa32r6el \
|
||||||
| mipsisa64 | mipsisa64el \
|
| mipsisa64 | mipsisa64el \
|
||||||
| mipsisa64r2 | mipsisa64r2el \
|
| mipsisa64r2 | mipsisa64r2el \
|
||||||
|
| mipsisa64r6 | mipsisa64r6el \
|
||||||
| mipsisa64sb1 | mipsisa64sb1el \
|
| mipsisa64sb1 | mipsisa64sb1el \
|
||||||
| mipsisa64sr71k | mipsisa64sr71kel \
|
| mipsisa64sr71k | mipsisa64sr71kel \
|
||||||
| mipsr5900 | mipsr5900el \
|
| mipsr5900 | mipsr5900el \
|
||||||
@ -296,8 +298,7 @@ case $basic_machine in
|
|||||||
| nds32 | nds32le | nds32be \
|
| nds32 | nds32le | nds32be \
|
||||||
| nios | nios2 | nios2eb | nios2el \
|
| nios | nios2 | nios2eb | nios2el \
|
||||||
| ns16k | ns32k \
|
| ns16k | ns32k \
|
||||||
| open8 \
|
| open8 | or1k | or1knd | or32 \
|
||||||
| or1k | or32 \
|
|
||||||
| pdp10 | pdp11 | pj | pjl \
|
| pdp10 | pdp11 | pj | pjl \
|
||||||
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
| powerpc | powerpc64 | powerpc64le | powerpcle \
|
||||||
| pyramid \
|
| pyramid \
|
||||||
@ -402,8 +403,10 @@ case $basic_machine in
|
|||||||
| mips64vr5900-* | mips64vr5900el-* \
|
| mips64vr5900-* | mips64vr5900el-* \
|
||||||
| mipsisa32-* | mipsisa32el-* \
|
| mipsisa32-* | mipsisa32el-* \
|
||||||
| mipsisa32r2-* | mipsisa32r2el-* \
|
| mipsisa32r2-* | mipsisa32r2el-* \
|
||||||
|
| mipsisa32r6-* | mipsisa32r6el-* \
|
||||||
| mipsisa64-* | mipsisa64el-* \
|
| mipsisa64-* | mipsisa64el-* \
|
||||||
| mipsisa64r2-* | mipsisa64r2el-* \
|
| mipsisa64r2-* | mipsisa64r2el-* \
|
||||||
|
| mipsisa64r6-* | mipsisa64r6el-* \
|
||||||
| mipsisa64sb1-* | mipsisa64sb1el-* \
|
| mipsisa64sb1-* | mipsisa64sb1el-* \
|
||||||
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
|
||||||
| mipsr5900-* | mipsr5900el-* \
|
| mipsr5900-* | mipsr5900el-* \
|
||||||
@ -415,6 +418,7 @@ case $basic_machine in
|
|||||||
| nios-* | nios2-* | nios2eb-* | nios2el-* \
|
| nios-* | nios2-* | nios2eb-* | nios2el-* \
|
||||||
| none-* | np1-* | ns16k-* | ns32k-* \
|
| none-* | np1-* | ns16k-* | ns32k-* \
|
||||||
| open8-* \
|
| open8-* \
|
||||||
|
| or1k*-* \
|
||||||
| orion-* \
|
| orion-* \
|
||||||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
||||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
|
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
|
||||||
@ -1376,7 +1380,7 @@ case $os in
|
|||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
|
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
-qnx*)
|
-qnx*)
|
||||||
@ -1594,9 +1598,6 @@ case $basic_machine in
|
|||||||
mips*-*)
|
mips*-*)
|
||||||
os=-elf
|
os=-elf
|
||||||
;;
|
;;
|
||||||
or1k-*)
|
|
||||||
os=-elf
|
|
||||||
;;
|
|
||||||
or32-*)
|
or32-*)
|
||||||
os=-coff
|
os=-coff
|
||||||
;;
|
;;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# install - install a program, script, or datafile
|
# install - install a program, script, or datafile
|
||||||
|
|
||||||
scriptversion=2011-11-20.07; # UTC
|
scriptversion=2013-12-25.23; # UTC
|
||||||
|
|
||||||
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
# This originates from X11R5 (mit/util/scripts/install.sh), which was
|
||||||
# later released in X11R6 (xc/config/util/install.sh) with the
|
# later released in X11R6 (xc/config/util/install.sh) with the
|
||||||
@ -41,19 +41,15 @@ scriptversion=2011-11-20.07; # UTC
|
|||||||
# This script is compatible with the BSD install script, but was written
|
# This script is compatible with the BSD install script, but was written
|
||||||
# from scratch.
|
# from scratch.
|
||||||
|
|
||||||
|
tab=' '
|
||||||
nl='
|
nl='
|
||||||
'
|
'
|
||||||
IFS=" "" $nl"
|
IFS=" $tab$nl"
|
||||||
|
|
||||||
# set DOITPROG to echo to test this script
|
# Set DOITPROG to "echo" to test this script.
|
||||||
|
|
||||||
# Don't use :- since 4.3BSD and earlier shells don't like it.
|
|
||||||
doit=${DOITPROG-}
|
doit=${DOITPROG-}
|
||||||
if test -z "$doit"; then
|
doit_exec=${doit:-exec}
|
||||||
doit_exec=exec
|
|
||||||
else
|
|
||||||
doit_exec=$doit
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Put in absolute file names if you don't have them in your path;
|
# Put in absolute file names if you don't have them in your path;
|
||||||
# or use environment vars.
|
# or use environment vars.
|
||||||
@ -68,17 +64,6 @@ mvprog=${MVPROG-mv}
|
|||||||
rmprog=${RMPROG-rm}
|
rmprog=${RMPROG-rm}
|
||||||
stripprog=${STRIPPROG-strip}
|
stripprog=${STRIPPROG-strip}
|
||||||
|
|
||||||
posix_glob='?'
|
|
||||||
initialize_posix_glob='
|
|
||||||
test "$posix_glob" != "?" || {
|
|
||||||
if (set -f) 2>/dev/null; then
|
|
||||||
posix_glob=
|
|
||||||
else
|
|
||||||
posix_glob=:
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
'
|
|
||||||
|
|
||||||
posix_mkdir=
|
posix_mkdir=
|
||||||
|
|
||||||
# Desired mode of installed file.
|
# Desired mode of installed file.
|
||||||
@ -97,7 +82,7 @@ dir_arg=
|
|||||||
dst_arg=
|
dst_arg=
|
||||||
|
|
||||||
copy_on_change=false
|
copy_on_change=false
|
||||||
no_target_directory=
|
is_target_a_directory=possibly
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
|
Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
|
||||||
@ -143,8 +128,7 @@ while test $# -ne 0; do
|
|||||||
|
|
||||||
-m) mode=$2
|
-m) mode=$2
|
||||||
case $mode in
|
case $mode in
|
||||||
*' '* | *' '* | *'
|
*' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
|
||||||
'* | *'*'* | *'?'* | *'['*)
|
|
||||||
echo "$0: invalid mode: $mode" >&2
|
echo "$0: invalid mode: $mode" >&2
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
@ -155,14 +139,16 @@ while test $# -ne 0; do
|
|||||||
|
|
||||||
-s) stripcmd=$stripprog;;
|
-s) stripcmd=$stripprog;;
|
||||||
|
|
||||||
-t) dst_arg=$2
|
-t)
|
||||||
|
is_target_a_directory=always
|
||||||
|
dst_arg=$2
|
||||||
# Protect names problematic for 'test' and other utilities.
|
# Protect names problematic for 'test' and other utilities.
|
||||||
case $dst_arg in
|
case $dst_arg in
|
||||||
-* | [=\(\)!]) dst_arg=./$dst_arg;;
|
-* | [=\(\)!]) dst_arg=./$dst_arg;;
|
||||||
esac
|
esac
|
||||||
shift;;
|
shift;;
|
||||||
|
|
||||||
-T) no_target_directory=true;;
|
-T) is_target_a_directory=never;;
|
||||||
|
|
||||||
--version) echo "$0 $scriptversion"; exit $?;;
|
--version) echo "$0 $scriptversion"; exit $?;;
|
||||||
|
|
||||||
@ -177,6 +163,16 @@ while test $# -ne 0; do
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# We allow the use of options -d and -T together, by making -d
|
||||||
|
# take the precedence; this is for compatibility with GNU install.
|
||||||
|
|
||||||
|
if test -n "$dir_arg"; then
|
||||||
|
if test -n "$dst_arg"; then
|
||||||
|
echo "$0: target directory not allowed when installing a directory." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
|
if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
|
||||||
# When -d is used, all remaining arguments are directories to create.
|
# When -d is used, all remaining arguments are directories to create.
|
||||||
# When -t is used, the destination is already specified.
|
# When -t is used, the destination is already specified.
|
||||||
@ -207,6 +203,15 @@ if test $# -eq 0; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -z "$dir_arg"; then
|
||||||
|
if test $# -gt 1 || test "$is_target_a_directory" = always; then
|
||||||
|
if test ! -d "$dst_arg"; then
|
||||||
|
echo "$0: $dst_arg: Is not a directory." >&2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if test -z "$dir_arg"; then
|
if test -z "$dir_arg"; then
|
||||||
do_exit='(exit $ret); exit $ret'
|
do_exit='(exit $ret); exit $ret'
|
||||||
trap "ret=129; $do_exit" 1
|
trap "ret=129; $do_exit" 1
|
||||||
@ -269,7 +274,7 @@ do
|
|||||||
# If destination is a directory, append the input filename; won't work
|
# If destination is a directory, append the input filename; won't work
|
||||||
# if double slashes aren't ignored.
|
# if double slashes aren't ignored.
|
||||||
if test -d "$dst"; then
|
if test -d "$dst"; then
|
||||||
if test -n "$no_target_directory"; then
|
if test "$is_target_a_directory" = never; then
|
||||||
echo "$0: $dst_arg: Is a directory" >&2
|
echo "$0: $dst_arg: Is a directory" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -277,33 +282,7 @@ do
|
|||||||
dst=$dstdir/`basename "$src"`
|
dst=$dstdir/`basename "$src"`
|
||||||
dstdir_status=0
|
dstdir_status=0
|
||||||
else
|
else
|
||||||
# Prefer dirname, but fall back on a substitute if dirname fails.
|
dstdir=`dirname "$dst"`
|
||||||
dstdir=`
|
|
||||||
(dirname "$dst") 2>/dev/null ||
|
|
||||||
expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
|
|
||||||
X"$dst" : 'X\(//\)[^/]' \| \
|
|
||||||
X"$dst" : 'X\(//\)$' \| \
|
|
||||||
X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
|
|
||||||
echo X"$dst" |
|
|
||||||
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
|
|
||||||
s//\1/
|
|
||||||
q
|
|
||||||
}
|
|
||||||
/^X\(\/\/\)[^/].*/{
|
|
||||||
s//\1/
|
|
||||||
q
|
|
||||||
}
|
|
||||||
/^X\(\/\/\)$/{
|
|
||||||
s//\1/
|
|
||||||
q
|
|
||||||
}
|
|
||||||
/^X\(\/\).*/{
|
|
||||||
s//\1/
|
|
||||||
q
|
|
||||||
}
|
|
||||||
s/.*/./; q'
|
|
||||||
`
|
|
||||||
|
|
||||||
test -d "$dstdir"
|
test -d "$dstdir"
|
||||||
dstdir_status=$?
|
dstdir_status=$?
|
||||||
fi
|
fi
|
||||||
@ -396,14 +375,12 @@ do
|
|||||||
*) prefix='';;
|
*) prefix='';;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
eval "$initialize_posix_glob"
|
|
||||||
|
|
||||||
oIFS=$IFS
|
oIFS=$IFS
|
||||||
IFS=/
|
IFS=/
|
||||||
$posix_glob set -f
|
set -f
|
||||||
set fnord $dstdir
|
set fnord $dstdir
|
||||||
shift
|
shift
|
||||||
$posix_glob set +f
|
set +f
|
||||||
IFS=$oIFS
|
IFS=$oIFS
|
||||||
|
|
||||||
prefixes=
|
prefixes=
|
||||||
@ -474,13 +451,10 @@ do
|
|||||||
if $copy_on_change &&
|
if $copy_on_change &&
|
||||||
old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
|
old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
|
||||||
new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
|
||||||
|
set -f &&
|
||||||
eval "$initialize_posix_glob" &&
|
|
||||||
$posix_glob set -f &&
|
|
||||||
set X $old && old=:$2:$4:$5:$6 &&
|
set X $old && old=:$2:$4:$5:$6 &&
|
||||||
set X $new && new=:$2:$4:$5:$6 &&
|
set X $new && new=:$2:$4:$5:$6 &&
|
||||||
$posix_glob set +f &&
|
set +f &&
|
||||||
|
|
||||||
test "$old" = "$new" &&
|
test "$old" = "$new" &&
|
||||||
$cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
|
$cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
|
||||||
then
|
then
|
||||||
|
@ -8,7 +8,7 @@ VERSION='2012-01-06 07:23'; # UTC
|
|||||||
# If you change this file with Emacs, please let the write hook
|
# If you change this file with Emacs, please let the write hook
|
||||||
# do its job. Otherwise, update this string manually.
|
# do its job. Otherwise, update this string manually.
|
||||||
|
|
||||||
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
# Copyright (C) 2002-2014 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
Reference in New Issue
Block a user