| /buildroot/package/dracut/ |
| A D | merged-usr-module-setup.sh | 18 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 D | busybox-init-module-setup.sh | 13 dir="${1}" 16 (cd "${dracutsysrootdir?}${dir}" && 19 ln -sf "${linkname}" "${initdir?}/${dir}/${x}"
|
| /buildroot/support/scripts/ |
| A D | check-host-rpath | 88 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 D | test-pkg | 49 (-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 D | docker-run | 79 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 D | lz4.mk | 37 $(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 D | 14-support-out-of-tree-config.patch | 56 + 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 D | libest.mk | 20 --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 D | 0003-use-fhs-install-directories.patch | 93 - 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 D | 0005-fix-build-with-gcc-10.patch | 6 …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 D | 0006-configure.ac-add-option-for-pcap.patch | 34 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 D | 0007-configure.ac-add-option-for-collectdclient.patch | 35 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 D | helpers | 18 # $ 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 D | file | 28 u) dir="${OPTARG}";;
|
| /buildroot/package/rtai/ |
| A D | rtai.mk | 23 --with-linux-dir=$(LINUX_DIR) \ 28 --with-module-dir=/lib/modules/$(LINUX_VERSION_PROBED)/rtai
|
| /buildroot/support/kconfig/ |
| A D | util.c | 38 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 D | Config.in | 4 dir for humans.
|
| /buildroot/package/dt/ |
| A D | 0001-adjust-os-symlink.patch | 1 Don't force build-dir-in-build-dir logic, symlink the os-specific SCSI
|
| /buildroot/package/php-memcached/ |
| A D | php-memcached.mk | 12 --with-libmemcached-dir=$(STAGING_DIR)/usr \ 13 --with-zlib-dir=$(STAGING_DIR)/usr
|
| /buildroot/package/alchemy/ |
| A D | atom.mk.in | 1 LOCAL_PATH := $(call my-dir)
|
| /buildroot/package/automake/ |
| A D | 0001-noman.patch | 17 …for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(amdir)… 18 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
| /buildroot/package/elf2flt/ |
| A D | elf2flt.mk | 35 --with-bfd-include-dir=$(HOST_BINUTILS_DIR)/bfd/ \ 36 --with-binutils-include-dir=$(HOST_BINUTILS_DIR)/include/ \
|
| /buildroot/package/tor/ |
| A D | tor.mk | 18 --with-libevent-dir=$(STAGING_DIR)/usr \ 19 --with-openssl-dir=$(STAGING_DIR)/usr \ 20 --with-zlib-dir=$(STAGING_DIR)/usr
|
| /buildroot/package/apache/ |
| A D | 0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch | 35 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 D | Config.in | 5 specific dirs, e.g. a "user data dir".
|