new config display applet, from bug 46. i've changed the name
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately.
This commit is contained in:
6
Makefile
6
Makefile
@@ -200,7 +200,7 @@ scripts/split-include: $(top_srcdir)/scripts/split-include.c
|
||||
scripts/mkdep -I include -- \
|
||||
`find $(top_srcdir) -name \*.h -print | sed -e "s,^./,,"` >> .hdepend;
|
||||
|
||||
depend dep: .depend
|
||||
depend dep: .depend include/bbconfigopts.h
|
||||
|
||||
include/config/MARKER: depend scripts/split-include
|
||||
scripts/split-include include/config.h include/config
|
||||
@@ -219,6 +219,10 @@ include/bb_config.h: include/config.h
|
||||
< $< >> $@
|
||||
echo "#endif" >> $@
|
||||
|
||||
include/bbconfigopts.h: .config
|
||||
scripts/config/mkconfigs >include/bbconfigopts.h
|
||||
|
||||
|
||||
finished2:
|
||||
$(SECHO)
|
||||
$(SECHO) Finished installing...
|
||||
|
Reference in New Issue
Block a user