repo.or.cz
/
craw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Filthy newline drama?
[craw.git]
/
SConstruct
blob
4af4dd8d2685a6b811ed786db05ff603f8b542bd
1
import
os
,
shutil
2
3
source
=
'craw'
4
script
=
'SConscript'
5
temporary
=
os
.
path
.
join
(
source
,
script
)
6
7
shutil
.
copyfile
(
script
,
temporary
)
8
SConscript
(
temporary
,
variant_dir
=
'build'
,
duplicate
=
0
)
9
os
.
unlink
(
temporary
)