openwrt/include
Sven Wegener 5c04efd2d7
toolchain: fix dangling symlink to self in FixupLibdir
This avoids a dangling symlink to self when reinstalling the toolchain:

./staging_dir/toolchain-mips_24kc_gcc-9.3.0_musl/lib/lib -> lib

This is caused by the fact that in the toolchain dir we have

'lib64 -> lib'

and on executing

'ln lib ./staging_dir/toolchain-mips_24kc_gcc-9.3.0_musl/lib64'

ln dereference the symbolic link 'lib64' to 'lib' so the REAL command is

'ln lib ./staging_dir/toolchain-mips_24kc_gcc-9.3.0_musl/lib'

this results in the dangling symlink to self.

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
[ add more details to the commit description and fix title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2022-07-01 19:17:36 +02:00
..
site
autotools.mk build: autotools: fix cache path 2022-03-28 00:15:52 +01:00
bpf.mk
cmake.mk
debug.mk
depends.mk
device_table.txt
download.mk
feeds.mk
hardened-ld-pie.specs
hardening.mk
host-build.mk
image-commands.mk image: strip metadata from images when used in other artifacts 2022-04-15 13:42:01 +01:00
image.mk image: drop unused 'BuildKernel/MkFIT' 2022-05-12 17:23:18 +02:00
kernel-5.10 kernel: bump 5.10 to 5.10.127 2022-06-29 23:38:47 +02:00
kernel-5.15 kernel: bump 5.15 to 5.15.49 2022-06-27 00:57:16 +02:00
kernel-build.mk build: drop HOST_LOADLIBES 2022-05-18 13:32:06 +03:00
kernel-defaults.mk kernel: set SOURCE_DATE_EPOCH for initramfs root dir 2022-04-06 12:20:26 +01:00
kernel-version.mk
kernel.mk kernel: filter -no-plt from KCFLAGS 2022-06-21 16:41:17 +01:00
logo.png
logo.svg
meson.mk tools/meson: update to 0.61.4 2022-04-09 15:56:04 +02:00
netfilter.mk netfilter: kmod-nft-xfrm 2022-06-19 12:31:02 +02:00
nls.mk
openssl-engine.mk openssl: move engine.mk to INCLUDE_DIR 2022-03-23 23:13:51 +00:00
package-bin.mk
package-defaults.mk
package-dumpinfo.mk
package-ipkg.mk
package-seccomp.mk
package.mk
prereq-build.mk include/prereq-build.mk: macOS cross build improvements 2022-06-24 17:07:56 +02:00
prereq.mk
quilt.mk quilt.mk: fix typo in the Host section 2022-03-19 16:13:58 +01:00
rootfs.mk
scan.awk
scan.mk build: fix find warning with SCAN_EXTRA 2022-06-05 15:38:27 +02:00
shell.sh
subdir.mk
target.mk build: target: improve UX of CONFIG_TARGET handling 2022-04-15 07:11:18 +02:00
toolchain-build.mk toolchain: fix dangling symlink to self in FixupLibdir 2022-07-01 19:17:36 +02:00
toplevel.mk
trusted-firmware-a.mk trusted-firmware-a.mk: make sure include directory exists 2022-04-09 22:24:36 +01:00
u-boot.mk u-boot.mk: add LOCALVERSION (explicitly specify OpenWrt build) 2022-02-28 23:54:52 +01:00
uclibc++.mk
unpack.mk
verbose.mk
version.mk