Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: third_party/libxml/src/compile

Issue 1977213002: Roll libxml to 8effcb578e0590cc01bbcab0f9dccefc6bdbcdbd (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update README.chromium. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Wrapper for compilers which do not understand '-c -o'. 2 # Wrapper for compilers which do not understand '-c -o'.
3 3
4 scriptversion=2012-10-14.11; # UTC 4 scriptversion=2012-10-14.11; # UTC
5 5
6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. 6 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
7 # Written by Tom Tromey <tromey@cygnus.com>. 7 # Written by Tom Tromey <tromey@cygnus.com>.
8 # 8 #
9 # This program is free software; you can redistribute it and/or modify 9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by 10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2, or (at your option) 11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version. 12 # any later version.
13 # 13 #
14 # This program is distributed in the hope that it will be useful, 14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 338
339 # Local Variables: 339 # Local Variables:
340 # mode: shell-script 340 # mode: shell-script
341 # sh-indentation: 2 341 # sh-indentation: 2
342 # eval: (add-hook 'write-file-hooks 'time-stamp) 342 # eval: (add-hook 'write-file-hooks 'time-stamp)
343 # time-stamp-start: "scriptversion=" 343 # time-stamp-start: "scriptversion="
344 # time-stamp-format: "%:y-%02m-%02d.%02H" 344 # time-stamp-format: "%:y-%02m-%02d.%02H"
345 # time-stamp-time-zone: "UTC" 345 # time-stamp-time-zone: "UTC"
346 # time-stamp-end: "; # UTC" 346 # time-stamp-end: "; # UTC"
347 # End: 347 # End:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698