Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1.  
  2.  
  3. joebloggs@mypc linux-4.0.4]$ make -s dep
  4. *** Warning: make dep is unnecessary now.
  5. [joebloggs@mypc linux-4.0.4]$ make -s
  6. fs/nfs/nfs4proc.c: In function ‘nfs4_proc_get_rootfh’:
  7. fs/nfs/nfs4proc.c:3100:10: warning: switch condition has boolean value [-Wswitch-bool]
  8. switch (auth_probe) {
  9. ^
  10. Creating an empty policy/profile.conf
  11. Creating a default policy/exception_policy.conf
  12. Creating an empty policy/domain_policy.conf
  13. Creating an empty policy/manager.conf
  14. Creating an empty policy/stat.conf
  15. Generating built-in policy for TOMOYO 1.8.x.
  16. drivers/hid/hid-input.c: In function ‘hidinput_hid_event’:
  17. drivers/hid/hid-input.c:1128:67: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  18. if (usage->type == EV_KEY && !!test_bit(usage->code, input->key) != value)
  19. ^
  20. drivers/md/md.c: In function ‘update_array_info’:
  21. drivers/md/md.c:6261:26: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
  22. !mddev->persistent != info->not_persistent||
  23. ^
  24. drivers/tty/sysrq.c: In function ‘sysrq_init’:
  25. drivers/tty/sysrq.c:957:33: warning: array subscript is above array bounds [-Warray-bounds]
  26. key = platform_sysrq_reset_seq[i];
  27. ^
  28. drivers/tty/sysrq.c: In function ‘sysrq_toggle_support’:
  29. drivers/tty/sysrq.c:957:33: warning: array subscript is above array bounds [-Warray-bounds]
  30. key = platform_sysrq_reset_seq[i];
  31. ^
  32. Setup is 15836 bytes (padded to 15872 bytes).
  33. System is 5903 kB
  34. CRC 77b695ef
  35. Kernel: arch/x86/boot/bzImage is ready (#1)
  36.  
  37.  
  38. make -s modules
  39. [joebloggs@mypc linux-4.0.4]$ su
  40. Password:
  41. [root@mypc linux-4.0.4]# make -s modules_install install
  42. Cannot find LILO.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement