OSDN Git Service

Ok, this commit is _huge_ and its gonna change the world. I've
authorEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 18:20:21 +0000 (18:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 31 Oct 2002 18:20:21 +0000 (18:20 -0000)
commit6737908f74ff566748864548cf35bb1da8e64af6
tree6eeafda4548f49d960e1b597c880a810a08a66f0
parentc734e7ca57f520e55236b21eaef16ac40099a378
Ok, this commit is _huge_ and its gonna change the world.  I've
been working on a new config system on and off for about 6 months
now, but I've never been fully satisfied.  Well, I'm finally am
happy with the new config system, so here it is.  This completely
removes the old uClibc configuration system, and replaces it with
an entirely new system based on LinuxKernelConf, from
    http://www.xs4all.nl/~zippel/lc/
As it turns out, Linus has just merged LinuxKernelConf into Linux
2.5.45, so it looks like I made the right choice.

I have thus far updated only x86.  I'll be updating the other
architectures shortly.
         -Erik
109 files changed:
.cvsignore
Makefile
Rules.mak
extra/Configs/Config.i386
extra/Configs/Config.i386.default [new file with mode: 0644]
extra/Configs/Config.in [new file with mode: 0644]
extra/config/Makefile [new file with mode: 0644]
extra/config/conf [new file with mode: 0755]
extra/config/conf.c [new file with mode: 0644]
extra/config/confdata.c [new file with mode: 0644]
extra/config/expr.c [new file with mode: 0644]
extra/config/expr.h [new file with mode: 0644]
extra/config/lex.zconf.c [new file with mode: 0644]
extra/config/lex.zconf.c_shipped [new file with mode: 0644]
extra/config/lkc.h [new file with mode: 0644]
extra/config/lkc_defs.h [new file with mode: 0644]
extra/config/lkc_proto.h [new file with mode: 0644]
extra/config/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
extra/config/lxdialog/Makefile [new file with mode: 0644]
extra/config/lxdialog/checklist.c [new file with mode: 0644]
extra/config/lxdialog/colors.h [new file with mode: 0644]
extra/config/lxdialog/dialog.h [new file with mode: 0644]
extra/config/lxdialog/inputbox.c [new file with mode: 0644]
extra/config/lxdialog/lxdialog [new file with mode: 0755]
extra/config/lxdialog/lxdialog.c [new file with mode: 0644]
extra/config/lxdialog/menubox.c [new file with mode: 0644]
extra/config/lxdialog/msgbox.c [new file with mode: 0644]
extra/config/lxdialog/textbox.c [new file with mode: 0644]
extra/config/lxdialog/util.c [new file with mode: 0644]
extra/config/lxdialog/yesno.c [new file with mode: 0644]
extra/config/mconf [new file with mode: 0755]
extra/config/mconf.c [new file with mode: 0644]
extra/config/menu.c [new file with mode: 0644]
extra/config/symbol.c [new file with mode: 0644]
extra/config/zconf.l [new file with mode: 0644]
extra/config/zconf.tab.c [new file with mode: 0644]
extra/config/zconf.tab.c_shipped [new file with mode: 0644]
extra/config/zconf.tab.h [new file with mode: 0644]
extra/config/zconf.tab.h_shipped [new file with mode: 0644]
extra/config/zconf.y [new file with mode: 0644]
extra/gcc-uClibc/Makefile
extra/gcc-uClibc/gcc-uClibc.c
extra/locale/Makefile
include/features.h
include/sys/cdefs.h
ldso/Makefile
ldso/ldso/Makefile
libc/inet/Makefile
libc/inet/rpc/Makefile
libc/misc/Makefile
libc/misc/dirent/alphasort64.c
libc/misc/dirent/readdir64.c
libc/misc/dirent/readdir64_r.c
libc/misc/dirent/scandir64.c
libc/misc/glob/glob64.c
libc/misc/internals/Makefile
libc/misc/internals/tempname.c
libc/misc/locale/Makefile
libc/misc/statfs/Makefile
libc/misc/statfs/fstatfs64.c
libc/misc/statfs/fstatvfs64.c
libc/misc/statfs/statfs64.c
libc/misc/statfs/statvfs64.c
libc/misc/time/Makefile
libc/pwd_grp/Makefile
libc/stdio/Makefile
libc/stdio/tmpfile.c
libc/stdlib/Makefile
libc/stdlib/getpt.c
libc/stdlib/grantpt.c
libc/stdlib/ptsname.c
libc/string/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/bits/posix_opt.h
libc/sysdeps/linux/common/bits/uClibc_stdio.h
libc/sysdeps/linux/common/creat64.c
libc/sysdeps/linux/common/ftruncate64.c
libc/sysdeps/linux/common/getdirname.c
libc/sysdeps/linux/common/getrlimit64.c
libc/sysdeps/linux/common/initfini.c
libc/sysdeps/linux/common/llseek.c
libc/sysdeps/linux/common/mmap64.c
libc/sysdeps/linux/common/open64.c
libc/sysdeps/linux/common/pread_write.c
libc/sysdeps/linux/common/setrlimit64.c
libc/sysdeps/linux/common/syscalls.c
libc/sysdeps/linux/common/truncate64.c
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/h8300/crt0.S
libc/sysdeps/linux/h8300/vfork.S
libc/sysdeps/linux/i960/README
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/m68k/clone.S
libc/sysdeps/linux/m68k/crt0.S
libc/sysdeps/linux/m68k/vfork.S
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/sysdep.h
libc/unistd/Makefile
libc/unistd/daemon.c
libc/unistd/fpathconf.c
libc/unistd/pathconf.c
libm/Makefile
libm/powerpc/Makefile
libpthread/Makefile
libpthread/linuxthreads/attr.c
libpthread/linuxthreads/weaks.c
libpthread/linuxthreads/wrapsyscall.c
libutil/Makefile