Advertisement
Guest User

Untitled

a guest
Mar 10th, 2010
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers
  2. exec debian/rules DEBIAN_REVISION=2.6.33-custom-10.00.Custom APPEND_TO_VERSION=-custom INITRD=YES kernel_image kernel_headers
  3. /usr/bin/make -f ./debian/rules debian/stamp/binary/pre-linux-image-2.6.33-custom
  4. make[1]: Entering directory `/home/user/kernel/drm-linus'
  5. ====== making target debian/stamp/install/linux-image-2.6.33-custom [new prereqs: ]======
  6. This is kernel package version 11.015.
  7. echo "The UTS Release version in include/linux/version.h"; echo " \"\" "; echo "does not match current version:"; echo " \"2.6.33-custom\" "; echo "Please correct this."; exit 2
  8. The UTS Release version in include/linux/version.h
  9. ""
  10. does not match current version:
  11. "2.6.33-custom"
  12. Please correct this.
  13. make[1]: *** [debian/stamp/install/linux-image-2.6.33-custom] Error 2
  14. make[1]: Leaving directory `/home/user/kernel/drm-linus'
  15. make: *** [kernel_image] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement