Home
last modified time | relevance | path

Searched refs:DIST (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch81 -DIST = figlet-$(VERSION)
114 - rm -Rf $(DIST) $(DIST).tar.gz
115 - mkdir $(DIST)/
116 - cp $(DFILES) $(DIST)/
117 - mkdir $(DIST)/fonts
118 - cp fonts/*.fl[fc] $(DIST)/fonts
119 - mkdir $(DIST)/tests
120 - cp tests/*txt tests/emboss.tlf $(DIST)/tests
121 - tar cvf - $(DIST) | gzip -9c > $(DIST).tar.gz
122 - rm -Rf $(DIST)
[all …]
/OK3568_Linux_fs/buildroot/package/libnss/
H A Dlibnss.mk83 DIST=$(@D)/$(LIBNSS_DISTDIR) \
88 DIST=$(@D)/$(LIBNSS_DISTDIR) \
143 DIST=$(@D)/$(LIBNSS_DISTDIR) \
148 DIST=$(@D)/$(LIBNSS_DISTDIR) \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/j2s4b/cmake/
H A DGitVersion.cmake17 # - `DIST`: commit count distance to latest version tag.
20 # - on _master_: `X.Y.Z`[-`DIST`] (using `LAST_TAG_VERSION`), while `DIST` should always be 0 on t…
21 # - on _develop_ and other branches: `X.Y.Z`-`ALPHA_FLAG`.`DIST` (using `LAST_TAG_VERSION`, `Y` inc…
22 # - on release branches: `X.Y.Z`-`RC_FLAG`.`DIST` (extracting `X.Y.Z` from release branch name or f…
23 # `DIST` is either calculated to last version tag or to the closest `rc-X.Y.Z` tag.
24 # - `DIST` is added to all version numbers, except:
25 # - Versions on _master_ and on _hotfix_ branches with `DIST` equal to 0
28 # - versions on _hotfix_ branches with `DIST` equal to 0
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dinflate.h41 DIST, /* i: waiting for distance code */ enumerator
H A Dinflate.c774 state->mode = DIST; in inflate()
775 case DIST: in inflate()
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A Dinflate.h38 DIST, /* i: waiting for distance code */ enumerator
H A Dinflate.c625 state->mode = DIST; in zlib_inflate()
627 case DIST: in zlib_inflate()
/OK3568_Linux_fs/buildroot/package/omxplayer/
H A D0001-Update-Makefile-to-be-compatible-with-buildroot.patch35 DIST ?= omxplayer-dist
/OK3568_Linux_fs/buildroot/package/at/
H A D0002-Makefile.in-fix-make-install-for-non-root-don-t-stri.patch88 dist: checkin $(DIST) $(LIST) Filelist.asc
H A D0001-Makefile.in-replace-IROOT-by-DESTDIR.patch110 dist: checkin $(DIST) $(LIST) Filelist.asc
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch3500 +MOZ_FIX_LINK_PATHS="-Wl,-rpath-link,${DIST}/bin -Wl,-rpath-link,${prefix}/lib"
4391 + MOZ_FIX_LINK_PATHS="-Wl,-executable_path,${DIST}/bin"
4686 + MOZ_FIX_LINK_PATHS="-L${DIST}/bin"
5317 + STL_FLAGS="-I${DIST}/stl_wrappers"
7058 + NSPR_INCLUDE_DIR="${DIST}/include/nspr"
7062 + NSPR_LIB_DIR=${DIST}/lib
7064 + NSPR_LIB_DIR=${DIST}/bin
7069 + NSPR_LIBS="${DIST}/lib/nspr${NSPR_VERSION}.lib ${DIST}/lib/plc${NSPR_VERSION}.lib ${DIST}/…
7070 + NSPR_LIB_DIR="${DIST}/lib"
/OK3568_Linux_fs/external/xserver/
H A DChangeLog182738 - Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,