Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 2.11 KB | Hits: 68 | Expires: Never
Copy text to clipboard
  1. rm -f .depend *.o snd.map*
  2. rm -f /*.ver
  3. rm -f modules/*.o modules/*.ko
  4. rm -f *~ out.txt *.orig *.rej .#* .gdb_history
  5. rm -f doc/*~
  6. rm -f config.cache config.log config.status Makefile.conf
  7. rm -f utils/alsa-driver.spec
  8. rm -f `find alsa-kernel -name "*~"`
  9. rm -f `find alsa-kernel -name "*.orig"`
  10. rm -f `find alsa-kernel -name "*.rej"`
  11. rm -f `find alsa-kernel -name ".#*"`
  12. rm -f `find alsa-kernel -name "out.txt"`
  13. rm -f `find . -name "Module.markers"`
  14. rm -f `find . -name "modules.order"`
  15. rm -rf autom4te.cache
  16. rm -f alsa-kernel/include/version.h
  17. rm -f include/sound
  18. rm -fr .tmp_versions
  19. rm -f Module.symvers
  20. find . -name "*.in" -a ! -name "configure.in" | sed 's/.in$//g' | xargs rm -f
  21. rm -fr builds
  22. checking for gcc... gcc
  23. checking for C compiler default output file name... a.out
  24. checking whether the C compiler works... yes
  25. checking whether we are cross compiling... no
  26. checking for suffix of executables...
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking for ranlib... ranlib
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for an ANSI C-conforming const... yes
  38. checking for inline... inline
  39. checking whether time.h and sys/time.h may both be included... yes
  40. checking whether gcc needs -traditional... no
  41. checking for current directory... /usr/lib/alsa-driver-linuxant
  42. checking cross compile...
  43. checking for directory with kernel source... ./configure: line 4710: cd: /usr/src/linux: No such file or directory
  44. /usr/src/linux
  45. checking for directory with kernel build...
  46. checking for kernel linux/version.h... no
  47. The file /include/linux/version.h does not exist.
  48. Please install the package with full kernel sources for your distribution
  49. or use --with-kernel=dir option to specify another directory with kernel
  50. sources (default is /usr/src/linux).