diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 21:46:08 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 21:46:08 +0000 |
commit | 8852947daad111938ba951471566e634e8c2e2c9 (patch) | |
tree | c5c24149503f9dc1a1fa9211b75667122eaa62f1 /Makefile.in | |
parent | 4d059e4cd968fdef7e9198331fc40c91bc25c935 (diff) |
Convert configuration to new build system
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in index c1bdeed22..c9327802d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35,11 +35,8 @@ include $(top_srcdir)extra/locale/Makefile.in # last included to catch all the objects added by others (locales/threads) include $(top_srcdir)libc/Makefile.in -include/bits/uClibc_config.h: .config +include/bits/uClibc_config.h: .config extra/config/conf $(INSTALL) -d include/bits - @if [ ! -x extra/config/conf ] ; then \ - $(MAKE) -C extra/config conf; \ - fi @extra/config/conf -o $(top_srcdir)extra/Configs/Config.in # For the moment, we have to keep re-running this target @@ -251,11 +248,8 @@ endif # ifeq ($(HAVE_DOT_CONFIG),y) # configuration # --------------------------------------------------------------------------- -extra/config/conf: - $(MAKE) -C extra/config conf - -extra/config/mconf: - $(MAKE) -C extra/config ncurses mconf +extra/config/conf extra/config/mconf: + $(MAKE) -C extra/config $(notdir $@) menuconfig: extra/config/mconf $(RM) -r include/bits @@ -323,7 +317,7 @@ distclean: clean -find . \( -name core -o -name \*.orig -o -name \*~ \) -exec $(RM) {} \; $(RM) .config .config.old .config.cmd $(RM) extra/locale/*.tgz - $(MAKE) -C extra/config clean + $(MAKE) -C extra/config config_clean dist release: $(MAKE) -s distclean |