On Wed, Nov 08, 2006 at 11:36:16PM -0800, Yinghai Lu wrote: > . .. AUTHORS config configure.ac COPYING doc .git include > kdump kexec kexec_test kexec-tools.spec.in Makefile > Makefile.conf.in News purgatory TODO util util_lib > yhlunb:/home/yhlu/xxx/xx/kernel/kexec-tools-testing # make > Makefile:2: Makefile.conf: No such file or directory > util_lib/Makefile:10: /util_lib/compute_ip_checksum.d: No such file or > directory
You need to run ./configure before you run make, I think that will make your problem go away # ./configure && make -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
