kopia lustrzana https://github.com/micropython/micropython-lib
upip: Makefile: Remove unused dependencies.
rodzic
98bf9edccc
commit
54e466d650
|
@ -4,16 +4,8 @@ all:
|
|||
# self-contained install
|
||||
deps: upip_gzip.py upip_utarfile.py
|
||||
|
||||
upip_ffilib.py: ../ffilib/ffilib.py
|
||||
cp $^ $@
|
||||
upip_os.py: ../os/os/__init__.py
|
||||
sed -r -e 's/((ffilib|errno|stat)([^_"]|$$))/upip_\1/' $^ >$@
|
||||
upip_os_path.py: ../os.path/os/path.py
|
||||
sed -r -e 's/((ffilib|errno|os|stat)([^_"]|$$))/upip_\1/' $^ >$@
|
||||
upip_gzip.py: ../gzip/gzip.py
|
||||
cp $^ $@
|
||||
upip_stat.py: ../stat/stat.py
|
||||
cp $^ $@
|
||||
upip_utarfile.py: ../utarfile/utarfile.py
|
||||
cp $^ $@
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue