Searched refs:DIST (Results 1 – 10 of 10) sorted by relevance
30 mkdir -p $(DIST)/usr/lib/omxplayer31 mkdir -p $(DIST)/usr/bin32 mkdir -p $(DIST)/usr/share/doc/omxplayer33 - mkdir -p $(DIST)/usr/share/man/man134 cp omxplayer omxplayer.bin $(DIST)/usr/bin35 cp COPYING $(DIST)/usr/share/doc/omxplayer36 cp README.md $(DIST)/usr/share/doc/omxplayer/README37 - cp omxplayer.1 $(DIST)/usr/share/man/man138 cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/39 - tar -czf omxplayer-dist.tar.gz $(DIST)[all …]
9 This fails if DIST is an absolute path. The old command was working just fine.25 cp README.md $(DIST)/usr/share/doc/omxplayer/README26 cp omxplayer.1 $(DIST)/usr/share/man/man127 cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/28 - cd $(DIST); tar -czf ../$(DIST).tgz *29 + tar -czf omxplayer-dist.tar.gz $(DIST)32 cp -r $(DIST)/* /
30 DIST ?= omxplayer-dist33 cp COPYING $(DIST)/usr/share/doc/omxplayer34 cp README.md $(DIST)/usr/share/doc/omxplayer/README35 cp omxplayer.1 $(DIST)/usr/share/man/man136 - cp -P ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/37 + cp -P ffmpeg_compiled/usr/lib/*.so* $(DIST)/usr/lib/omxplayer/38 cd $(DIST); tar -czf ../$(DIST).tgz *
81 -DIST = figlet-$(VERSION)114 - rm -Rf $(DIST) $(DIST).tar.gz115 - mkdir $(DIST)/116 - cp $(DFILES) $(DIST)/117 - mkdir $(DIST)/fonts118 - cp fonts/*.fl[fc] $(DIST)/fonts119 - mkdir $(DIST)/tests120 - cp tests/*txt tests/emboss.tlf $(DIST)/tests121 - tar cvf - $(DIST) | gzip -9c > $(DIST).tar.gz122 - rm -Rf $(DIST)[all …]
41 DIST, /* i: waiting for distance code */ enumerator
774 state->mode = DIST; in inflate()775 case DIST: in inflate()
38 DIST, /* i: waiting for distance code */ enumerator
625 state->mode = DIST; in zlib_inflate()627 case DIST: in zlib_inflate()
32 file://fix-tar-command-with-DIST.patch \85 export DIST = "${D}"
[all...]