repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
TEMPFILE
/
fixture
/
SConstruct-tempfile-actionlist
blob
8d2069b8c0d55b7c770db9ebe880227e204180cc
1
# SPDX-License-Identifier: MIT
2
#
3
# Copyright The SCons Foundation
4
5
DefaultEnvironment(tools=[])
6
env = Environment(
7
tools=[],
8
BUILDCOM=[
9
'${TEMPFILE("xxx.py -otempfile $SOURCE")}',
10
'${TEMPFILE("yyy.py -o$TARGET tempfile")}',
11
],
12
MAXLINELENGTH=1,
13
)
14
env.Command('file.output', 'file.input', '$BUILDCOM')