Skip to content

Commit

Permalink
unix: Uncompress upip tarball to build directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sokolovsky committed Jun 2, 2015
1 parent a32538b commit a546acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ UPIP_TARBALL := $(shell ls -1 -v ../tools/micropython-upip-*.tar.gz | tail -n1)
frozen_upip/upip.py: $(UPIP_TARBALL)
$(Q)rm -rf micropython-upip-*
$(ECHO) "MISC Preparing upip as frozen module"
$(Q)tar xfz $^
$(Q)tar -C $(BUILD) -xz -f $^
$(Q)rm -rf frozen_upip
$(Q)mkdir -p frozen_upip
$(Q)cp micropython-upip-*/upip*.py frozen_upip/
$(Q)cp $(BUILD)/micropython-upip-*/upip*.py frozen_upip/

0 comments on commit a546acd

Please sign in to comment.