From c9f20d9fb93c6c316518483fd103f3afab5cf1af Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 5 Dec 2002 08:41:41 +0000 Subject: Yet another major rework of the BusyBox config system, using the considerably modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik --- scripts/config/.cvsignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/config/.cvsignore (limited to 'scripts/config/.cvsignore') diff --git a/scripts/config/.cvsignore b/scripts/config/.cvsignore new file mode 100644 index 0000000..e8bf7a7 --- /dev/null +++ b/scripts/config/.cvsignore @@ -0,0 +1,8 @@ +conf +mconf +lkc_defs.h +lex.zconf.c +zconf.tab.h +zconf.tab.c +lex.backup +zconf.output -- cgit v1.1