ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/depcomp
(Generate patch)

Comparing:
ircd-hybrid/trunk/depcomp (file contents), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC vs.
ircd-hybrid/branches/8.2.x/depcomp (file contents), Revision 10082 by michael, Sat Jun 11 11:40:12 2022 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # depcomp - compile a program generating dependencies as side-effects
3  
4 < scriptversion=2012-10-18.11; # UTC
4 > scriptversion=2018-03-07.03; # UTC
5  
6 < # Copyright (C) 1999-2012 Free Software Foundation, Inc.
6 > # Copyright (C) 1999-2021 Free Software Foundation, Inc.
7  
8   # This program is free software; you can redistribute it and/or modify
9   # it under the terms of the GNU General Public License as published by
# Line 16 | Line 16 | scriptversion=2012-10-18.11; # UTC
16   # GNU General Public License for more details.
17  
18   # You should have received a copy of the GNU General Public License
19 < # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 > # along with this program.  If not, see <https://www.gnu.org/licenses/>.
20  
21   # As a special exception to the GNU General Public License, if you
22   # distribute this file as part of a program that contains a
# Line 552 | Line 552 | $ {
552    G
553    p
554   }' >> "$depfile"
555 +  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
556    rm -f "$tmpdepfile"
557    ;;
558  
# Line 782 | Line 783 | exit 0
783   # Local Variables:
784   # mode: shell-script
785   # sh-indentation: 2
786 < # eval: (add-hook 'write-file-hooks 'time-stamp)
786 > # eval: (add-hook 'before-save-hook 'time-stamp)
787   # time-stamp-start: "scriptversion="
788   # time-stamp-format: "%:y-%02m-%02d.%02H"
789 < # time-stamp-time-zone: "UTC"
789 > # time-stamp-time-zone: "UTC0"
790   # time-stamp-end: "; # UTC"
791   # End:

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)