|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
|
#
|
|
|
|
|
# Filename: package/.../uclibc/fix_make_install.patch
|
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project
|
|
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project
|
|
|
|
|
#
|
|
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
|
|
#
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
fi ; \
|
|
|
|
|
- tar -chf - include --exclude .svn --exclude CVS $$extra_exclude \
|
|
|
|
|
- | tar -xf - -C $(PREFIX)$(DEVEL_PREFIX)
|
|
|
|
|
+ find -L include ! -type d ! -path '*/.svn/*' ! -path '*/CVS/*' ! -path 'include/linux/*' ! -path 'include/scsi/*' \
|
|
|
|
|
+ find -L include ! -type d ! -path '*/.svn/*' ! -path '*/CVS/*' ! -path 'include/linux/*'\
|
|
|
|
|
+ ! -path 'include/asm/*' ! -path 'include/asm-*/*' | tar -chf - -T /dev/stdin \
|
|
|
|
|
+ | tar -xvf - -C $(PREFIX)$(DEVEL_PREFIX)
|
|
|
|
|
echo '/* Dont use _syscall#() macros; use the syscall() function */' > \
|
|
|
|
|