Home
last modified time | relevance | path

Searched refs:dir (Results 1 – 25 of 147) sorted by relevance

123456

/buildroot/package/dracut/
A Dmerged-usr-module-setup.sh18 for dir in lib bin sbin; do
19 mkdir -p "${initdir?}/usr/${dir}"
20 if [ -d "${initdir?}/${dir}" ]; then
21 mv "${initdir?}/${dir}/"* "${initdir?}/usr/${dir}"
22 rm -rf "${initdir?}/${dir}"
23 ln -s "usr/${dir}" "${initdir?}/${dir}"
A Dbusybox-init-module-setup.sh13 dir="${1}"
16 (cd "${dracutsysrootdir?}${dir}" &&
19 ln -sf "${linkname}" "${initdir?}/${dir}/${x}"
/buildroot/support/scripts/
A Dcheck-host-rpath88 local rpath dir
91 for dir in ${rpath//:/ }; do
93 dir="$( sed -r -e 's:/+:/:g; s:/$::;' <<<"${dir}" )"
94 [ "${dir}" = "${hostdir}/lib" ] && return 0
95 [ "${dir}" = "\$ORIGIN/../lib" ] && return 0
101 [[ ${dir} =~ "${perpackagedir}/"[^/]+/host/lib ]] && return 0
/buildroot/utils/
A Dtest-pkg49 (-d|--build-dir)
82 if [ -z "${dir}" ]; then
151 local dir="${1}"
157 mkdir -p "${dir}"
168 comm -23 <(sort "${cfg}") <(sort "${dir}/.config") >"${dir}/missing.config"
185 if ! make O="${dir}" "${pkg}-dirclean" >> "${dir}/logfile" 2>&1; then
197 if ! make O="${dir}" legal-info >> "${dir}/logfile" 2>&1; then
205 make O="${dir}" host-jq >> "${dir}/logfile" 2>&1
208 if ! make O="${dir}" "${pkg:+${pkg}-}show-info" > "${dir}/info.json" 2>> "${dir}/logfile"; then
211 if ! "${JQ}" . < "${dir}/info.json" >> "${dir}/logfile" 2>&1; then
[all …]
A Ddocker-run79 for dir in $(printf '%s\n' "${mountpoints[@]}" |LC_ALL=C sort -u); do
80 docker_opts+=( --mount "type=bind,src=${dir},dst=${dir}" )
/buildroot/package/lz4/
A Dlz4.mk37 $(foreach dir,$(LZ4_DIRS),\
39 -C $(@D)/$(dir)
44 $(foreach dir,$(LZ4_DIRS),\
46 PREFIX=/usr $(LZ4_MAKE_OPTS) -C $(@D)/$(dir) install
51 $(foreach dir,$(LZ4_DIRS),\
53 PREFIX=/usr $(LZ4_MAKE_OPTS) -C $(@D)/$(dir) install
/buildroot/support/kconfig/patches/
A D14-support-out-of-tree-config.patch56 + char *opwd, *dir, *_name;
71 + dir = dirname(_name);
72 + if (dir == NULL) {
76 + if (chdir(dir)) {
105 + strcpy(dir, conf_get_configname());
106 + s = strrchr(dir, '/');
110 + dir[0] = 0;
122 + sprintf(buf, "%s.tmpconfig", dir);
187 + str = strrchr(dir, '/');
191 + dir[0] = 0;
[all …]
/buildroot/package/libest/
A Dlibest.mk20 --with-ssl-dir=$(STAGING_DIR)/usr \
24 --without-libcoap-dir \
48 LIBEST_CONF_OPTS += --with-libcurl-dir=$(STAGING_DIR)/usr
51 LIBEST_CONF_OPTS += --without-libcurl-dir
55 LIBEST_CONF_OPTS += --with-uriparser-dir=$(STAGING_DIR)/usr
58 LIBEST_CONF_OPTS += --without-uriparser-dir
/buildroot/package/softether/
A D0003-use-fhs-install-directories.patch93 - GetExeDir(dir, sizeof(dir));
94 + GetStateDir(dir, sizeof(dir));
194 wchar_t dir[MAX_SIZE];
195 - GetExeDirW(dir, sizeof(dir));
196 + GetStateDirW(dir, sizeof(dir));
262 - GetExeDir(dir, sizeof(dir));
263 + GetStateDir(dir, sizeof(dir));
271 - GetExeDir(dir, sizeof(dir));
272 + GetStateDir(dir, sizeof(dir));
280 - GetExeDir(dir, sizeof(dir));
[all …]
/buildroot/package/musepack/
A D0005-fix-build-with-gcc-10.patch6 …in/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x0): multiple definition of `__Dc'; CMakeF…
7 …in/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x28): multiple definition of `__Cc'; CMake…
8 …/ld: CMakeFiles/mpcdec_shared.dir/requant.o:(.rodata+0x74): multiple definition of `Res_bit'; CMak…
/buildroot/package/freeradius-server/
A D0006-configure.ac-add-option-for-pcap.patch34 dnl extra argument: --with-pcap-lib-dir=DIR
36 AC_ARG_WITH(pcap-lib-dir,
37 @@ -1036,23 +1050,25 @@ AC_ARG_WITH(pcap-include-dir,
44 … found, silently disabling the RADIUS sniffer, and ARP listener. Use --with-pcap-lib-dir=<path>.])
56 … found, silently disabling the RADIUS sniffer, and ARP listener. Use --with-pcap-lib-dir=<path>.])
77 dnl extra argument: --with-collectdclient-lib-dir=DIR
A D0007-configure.ac-add-option-for-collectdclient.patch35 dnl extra argument: --with-collectdclient-lib-dir=DIR
37 @@ -1103,16 +1117,18 @@ AC_ARG_WITH(collectdclient-include-dir,
44 - AC_MSG_WARN([collectdclient library not found. Use --with-collectdclient-lib-dir=<path>.])
52 + AC_MSG_WARN([collectdclient library not found. Use --with-collectdclient-lib-dir=<path>.])
/buildroot/support/download/
A Dhelpers18 # $ find /path/to/temp/dir
19 # /path/to/temp/dir/
20 # /path/to/temp/dir/some-file
21 # /path/to/temp/dir/some-dir/
22 # /path/to/temp/dir/some-dir/some-other-file
24 # $ mk_tar_gz /path/to/some/dir \
32 # foo_bar-1.2.3/some-dir/some-other-file
A Dfile28 u) dir="${OPTARG}";;
/buildroot/package/rtai/
A Drtai.mk23 --with-linux-dir=$(LINUX_DIR) \
28 --with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/rtai
/buildroot/support/kconfig/
A Dutil.c38 char buf[PATH_MAX+20], buf2[PATH_MAX+1], dir[PATH_MAX+1]; in file_write_dep() local
47 strcpy(dir, conf_get_configname()); in file_write_dep()
48 str = strrchr(dir, '/'); in file_write_dep()
52 dir[0] = 0; in file_write_dep()
54 sprintf(buf, "%s..config.tmp", dir); in file_write_dep()
86 sprintf(buf2, "%s%s", dir, name); in file_write_dep()
/buildroot/package/python-see/
A DConfig.in4 dir for humans.
/buildroot/package/dt/
A D0001-adjust-os-symlink.patch1 Don't force build-dir-in-build-dir logic, symlink the os-specific SCSI
/buildroot/package/php-memcached/
A Dphp-memcached.mk12 --with-libmemcached-dir=$(STAGING_DIR)/usr \
13 --with-zlib-dir=$(STAGING_DIR)/usr
/buildroot/package/alchemy/
A Datom.mk.in1 LOCAL_PATH := $(call my-dir)
/buildroot/package/automake/
A D0001-noman.patch17 …for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)…
18 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
/buildroot/package/elf2flt/
A Delf2flt.mk35 --with-bfd-include-dir=$(HOST_BINUTILS_DIR)/bfd/ \
36 --with-binutils-include-dir=$(HOST_BINUTILS_DIR)/include/ \
/buildroot/package/tor/
A Dtor.mk18 --with-libevent-dir=$(STAGING_DIR)/usr \
19 --with-openssl-dir=$(STAGING_DIR)/usr \
20 --with-zlib-dir=$(STAGING_DIR)/usr
/buildroot/package/apache/
A D0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch35 ls $$dir/*.h ; \
38 - for dir in $(EXPORT_DIRS_APR); do \
39 - ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
/buildroot/package/python-appdirs/
A DConfig.in5 specific dirs, e.g. a "user data dir".

Completed in 54 milliseconds

123456