diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-12 00:18:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-12 00:18:33 +0000 |
commit | 935b2624237d36650c5034a6100b5395cf4c6b24 (patch) | |
tree | b06bcd6d23b882851041f4d1e0bf996e92f76bdf /extra | |
parent | 082e680bd54e999f2bb4eb77141958938b1e9ee9 (diff) | |
download | uClibc-alpine-935b2624237d36650c5034a6100b5395cf4c6b24.tar.bz2 uClibc-alpine-935b2624237d36650c5034a6100b5395cf4c6b24.tar.xz |
Add our own copies of the include/scsi header files, per what glibc
does, rather than depending on the kernel header files.
-Erik
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/scripts/fix_includes.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh index 879bec0f1..ae25267d8 100755 --- a/extra/scripts/fix_includes.sh +++ b/extra/scripts/fix_includes.sh @@ -161,9 +161,7 @@ if [ $VERSION -eq 2 ] && [ $PATCHLEVEL -ge 6 ] ; then fi; -# Create the include/linux and include/scsi symlinks. +# Create the include/linux symlink. rm -f include/linux ln -fs $KERNEL_SOURCE/include/linux include/linux -rm -f include/scsi -ln -fs $KERNEL_SOURCE/include/scsi include/scsi |