OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makepre
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/
makesetup
49
makepre
=''
58
-m) shift;
makepre
=$1; shift;;
77
case $
makepre
in
78
'')
makepre
=Makefile.pre;;
280
case $
makepre
in
285
str="# Generated automatically from $
makepre
by makesetup."
290
sed -f $sedf $
makepre
>Makefile
/external/python/cpython3/Modules/
makesetup
52
makepre
=''
61
-m) shift;
makepre
=$1; shift;;
80
case $
makepre
in
81
'')
makepre
=Makefile.pre;;
290
case $
makepre
in
295
str="# Generated automatically from $
makepre
by makesetup."
302
sed -f $sedf $
makepre
>Makefile
Completed in 3880 milliseconds