mirror of
https://github.com/mirror/make.git
synced 2024-12-28 22:00:33 +08:00
deff9dacc9
Create a new file, output.c, and collect functions that generate output there. We introduce a new global context specifying where output should go (to stdout or to a sync file), and the lowest level output generator chooses where to write output based on that context. This allows us to set the context globally, and all operations that write output (including functions like $(info ...) etc.) will use it. Removed the "--trace=dir" capability. It was too confusing. If you have directory tracking enabled then output sync will print the enter/leave message for each synchronized block. If you don't want that, disable directory tracking.
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
# List of source files containing translatable strings.
|
|
# Copyright (C) 2000-2013 Free Software Foundation, Inc.
|
|
# This file is part of GNU Make.
|
|
#
|
|
# GNU Make is free software; you can redistribute it and/or modify it under
|
|
# the terms of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 3 of the License, or (at your option) any later
|
|
# version.
|
|
#
|
|
# GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
|
|
# details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License along with
|
|
# this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
ar.c
|
|
arscan.c
|
|
commands.c
|
|
dir.c
|
|
expand.c
|
|
file.c
|
|
function.c
|
|
getopt.c
|
|
guile.c
|
|
hash.c
|
|
implicit.c
|
|
job.c
|
|
job.h
|
|
load.c
|
|
main.c
|
|
misc.c
|
|
output.c
|
|
read.c
|
|
remake.c
|
|
remote-cstms.c
|
|
rule.c
|
|
signame.c
|
|
strcache.c
|
|
variable.c
|
|
variable.h
|
|
vmsfunctions.c
|
|
vmsjobs.c
|
|
vpath.c
|