openwrtv4/package
Jo-Philipp Wich 4255b2fde5 toolchain: only take last found libgcc* file
The current $(wildcard ...) match might return multiple files which will break subsequent cp commands
with an error like:

  cp: target `/home/user/openwrt/staging_dir/target-mips_34kc_uClibc-0.9.33.2/root-ar71xx/tmp-libc/lib/libgcc_s_pic.a' is not a directory

Prevent this issue by only taking the last path returned by globbing.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 41357
2014-06-27 10:40:21 +00:00
..
base-files base-files: add enabled config option for ntp service 2014-06-27 07:52:06 +00:00
boot uboot-envtools: use new scripts from /lib/ to match boards 2014-06-26 10:14:14 +00:00
devel strace: move to trunk, add myself as a maintainer 2014-06-10 10:22:18 +00:00
firmware kernel: add staging r8188eu module (3.13) 2014-04-30 21:53:29 +00:00
kernel mac80211: disable greenfield by default 2014-06-22 11:52:53 +00:00
libs toolchain: only take last found libgcc* file 2014-06-27 10:40:21 +00:00
network firewall3: add fw3 zone function to enumerate devices 2014-06-26 12:20:47 +00:00
system ubus: update to the latest version, fixes netifd related crashes on ubus calls during reload 2014-06-25 08:32:14 +00:00
utils busybox: use ntp enabled config option 2014-06-27 07:55:03 +00:00
Makefile package/Makefile: Substituted deprecated -perm +mode with -perm /mode 2014-06-02 12:44:13 +00:00