diff options
Diffstat (limited to 'openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb')
| -rw-r--r-- | openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb b/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb index c7d6367c7b..65e3f8b25b 100644 --- a/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb +++ b/openembedded/packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb | |||
| @@ -36,11 +36,11 @@ do_configure () { | |||
| 36 | if test ! -e include/asm-$ARCH; then | 36 | if test ! -e include/asm-$ARCH; then |
| 37 | oefatal unable to create asm symlink in kernel headers | 37 | oefatal unable to create asm symlink in kernel headers |
| 38 | fi | 38 | fi |
| 39 | cp -a "include/asm-$ARCH" "include/asm" | 39 | cp -pPR "include/asm-$ARCH" "include/asm" |
| 40 | if test "$ARCH" = "arm"; then | 40 | if test "$ARCH" = "arm"; then |
| 41 | cp -a include/asm/arch-ebsa285 include/asm/arch | 41 | cp -pPR include/asm/arch-ebsa285 include/asm/arch |
| 42 | elif test "$ARCH" = "sh"; then | 42 | elif test "$ARCH" = "sh"; then |
| 43 | cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" | 43 | cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu" |
| 44 | fi | 44 | fi |
| 45 | } | 45 | } |
| 46 | 46 | ||
