OSDN Git Service

A few cosmetic adjustments, and fixup the makefile a bit
authorEric Andersen <andersen@codepoet.org>
Sat, 2 Nov 2002 04:09:13 +0000 (04:09 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 2 Nov 2002 04:09:13 +0000 (04:09 -0000)
extra/config/.cvsignore
extra/config/Makefile
extra/config/zconf.tab.c_shipped
extra/config/zconf.y

index 4bd9a80..e8bf7a7 100644 (file)
@@ -4,3 +4,5 @@ lkc_defs.h
 lex.zconf.c
 zconf.tab.h
 zconf.tab.c
+lex.backup
+zconf.output
index 5b283a2..c782ce4 100644 (file)
@@ -50,22 +50,22 @@ lex.zconf.o: lex.zconf.c $(lkc_deps)
        $(NATIVE_CC) $(NATIVE_CFLAGS) -I. -c $< -o $@
 
 lkc_defs.h: lkc_proto.h
-       sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
+       @sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
 
 ###
 # The following requires flex/bison
 # By default we use the _shipped versions, uncomment the 
 # following line if you are modifying the flex/bison src.
-# LKC_GENPARSER := 1
+#LKC_GENPARSER := 1
 
-#ifdef LKC_GENPARSER
-#
-#%.tab.c %.tab.h: %.y
-#      bison -t -d -v -b $* -p $(notdir $*) $<
-#
-#lex.%.c: %.l
-#      flex -P$(notdir $*) -o$@ $<
-#else
+ifdef LKC_GENPARSER
+
+%.tab.c %.tab.h: %.y
+       bison -t -d -v -b $* -p $(notdir $*) $<
+
+lex.%.c: %.l
+       flex -P$(notdir $*) -o$@ $<
+else
 
 lex.zconf.c: lex.zconf.c_shipped
        cp lex.zconf.c_shipped lex.zconf.c
@@ -75,7 +75,7 @@ zconf.tab.c: zconf.tab.c_shipped
 
 zconf.tab.h: zconf.tab.h_shipped
        cp zconf.tab.h_shipped zconf.tab.h
-#endif
+endif
 
 clean:
        rm -f *.o *~ core $(TARGETS) $(MCONF_OBJS) $(CONF_OBJS) \
index da46314..d8ba013 100644 (file)
@@ -1639,7 +1639,7 @@ void conf_parse(const char *name)
 
        sym_init();
        menu_init();
-       rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL);
+       rootmenu.prompt = menu_add_prop(P_MENU, "uClibc Configuration", NULL, NULL);
 
        //zconfdebug = 1;
        zconfparse();
index 79cb983..a058759 100644 (file)
@@ -424,7 +424,7 @@ void conf_parse(const char *name)
 
        sym_init();
        menu_init();
-       rootmenu.prompt = menu_add_prop(P_MENU, "Linux Kernel Configuration", NULL, NULL);
+       rootmenu.prompt = menu_add_prop(P_MENU, "uClibc Configuration", NULL, NULL);
 
        //zconfdebug = 1;
        zconfparse();