Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
e0d43577
Kaydet (Commit)
e0d43577
authored
Şub 03, 2001
tarafından
Neil Schemenauer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Tweak clean targets yet again.
üst
ba38123b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
15 deletions
+12
-15
Makefile.pre.in
Makefile.pre.in
+12
-15
No files found.
Makefile.pre.in
Dosyayı görüntüle @
e0d43577
...
...
@@ -757,34 +757,31 @@ TAGS::
# files, which clobber removes those as well
clean
:
-
rm
-f
core
*
~
[
@,#]
*
*
.old
*
.orig
*
.rej
-
rm
-rf
build
# avoid long command lines, same as LIBRARY_OBJS MAINOBJ PGOBJS
-
rm
-f
$(PARSER_OBJS)
-
rm
-f
$(OBJECT_OBJS)
-
rm
-f
$(PYTHON_OBJS)
-
rm
-f
$(MODULE_OBJS)
$(SIGNAL_OBJS)
-
rm
-f
$(MODULE_OBJS)
$(SIGNAL_OBJS)
Modules/getbuildinfo.o
-
rm
-f
$(MODOBJS)
$(MAINOBJ)
$(PGOBJS)
if
test
-f
build
;
then
find build
-name
'*.o'
-exec
rm
-f
{}
';'
;
fi
find
$(srcdir)
-name
'*.py[co]'
-exec
rm
-f
{}
';'
clobber
:
clean
-
rm
-f
tags TAGS
$(PYTHON)
$(LIBRARY)
$(LDLIBRARY)
$(DLLLIBRARY)
\
Modules/
*
.so Modules/
*
.sl
Modules/
*
.so Modules/
*
.sl Parser/pgen
-
rm
-rf
build
# Make things extra clean, before making a distribution:
# remove all generated files, even Makefile[.pre]
distclean
:
clobber
-
rm
-f
Makefile Makefile.pre buildno config.status config.log
\
config.
cache config.h setup.cfg
Modules/config.c
\
-
rm
-f
core Makefile Makefile.pre buildno config.status
\
config.
log config.cache config.h
Modules/config.c
\
Modules/Setup Modules/Setup.local Modules/Setup.config
-
for
i
in
$(SUBDIRSTOO)
;
do
\
for
f
in
$$
i/
*
.in
;
do
\
f
=
`
basename
"
$$
f"
.in
`
;
\
if
test
"
$$
f"
!=
"*"
;
then
\
echo rm
-f
"
$$
i/
$$
f"
;
\
rm
-f
"
$$
i/
$$
f"
;
\
fi
;
\
done
;
\
done
find
$(srcdir)
'('
-name
'*.fdc'
-o
-name
'*~'
\
-o
-name
'[@,#]*'
-o
-name
'*.old'
\
-o
-name
'*.orig'
-o
-name
'*.rej'
\
-o
-name
'*.bak'
')'
\
-exec
rm
-f
{}
';'
# Check for smelly exported symbols (not starting with Py/_Py)
smelly
:
all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment