OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/kconf/Makefile |
2 | +++ b/kconf/Makefile |
||
3 | @@ -1,9 +1,9 @@ |
||
4 | -CFLAGS=-Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer |
||
5 | +CFLAGS=-Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DKBUILD_NO_NLS |
||
6 | |||
7 | LXDIALOG := lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o |
||
8 | |||
9 | conf: conf.o zconf.tab.o |
||
10 | -mconf_CFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ccflags) -DLOCALE |
||
11 | +mconf_CFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ccflags) |
||
12 | mconf_LDFLAGS := $(shell ./lxdialog/check-lxdialog.sh -ldflags $(CC)) |
||
13 | mconf: CFLAGS += $(mconf_CFLAGS) |
||
14 |