|
Error as following:
-------------------
I have no name!:/build/linux-2.4.20# make include/linux/version.h
/bin/sh: line 1: /dev/null: Permission denied
/bin/sh: line 1: /dev/null: Permission denied
KERNELRELEASE "2.4.20" exceeds 64 characters
make: *** [include/linux/version.h] Error 1
I have no name!:/build/linux-2.4.20# make include/linux/version.h
/bin/sh: line 1: /dev/null: Permission denied
/bin/sh: line 1: /dev/null: Permission denied
KERNELRELEASE "2.4.20" exceeds 64 characters
make: *** [include/linux/version.h] Error 1
-------------------
When tried as root with a new shell without chroot, then turned out ok.
-------------------
[root@lebu linux-2.4.20]# cat include/linux/version.h
#define UTS_RELEASE "2.4.20"
#define LINUX_VERSION_CODE 132116
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
------------------
What's funny here? |
|