summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-14 15:16:20 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-14 15:16:20 +0000
commitb46830f8b2eed0cc9abf1e89f6771b498c88e798 (patch)
tree91de5eaf6d914b8695e1381a95078769ed7a3abb /Makefile.in
parent6494060312de389feb65ad32bb411fcc64e821b7 (diff)
- fix locale dependencies and make default locale generation less verbose.
The verbosity can be set to the previous level by passing V=2 to make.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index e698c6466..5b666b891 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,10 +20,6 @@ sub_headers := headers
ifeq ($(HAVE_DOT_CONFIG),y)
all: pregen libs
-
-# To be able to build the libs rule, we must first have the generated headers.
-# This is needed when locale support is enabled, but also ensures that the
-# build process is parallel safe.
libs: pregen
# In this section, we need .config
@@ -61,7 +57,6 @@ ifeq ($(HAVE_DOT_CONFIG),y)
# on spot to save us from alot of hazzle.
include/bits/uClibc_config.h: extra/config/conf .config $(top_srcdir)extra/scripts/conf-header.sh | include/bits
@$(disp_gen)
- @#superfluous: $(Q)$(INSTALL) -d $(dir $@)
$(Q)@$< -s $(top_srcdir)extra/Configs/Config.in
$(Q)$(top_srcdir)extra/scripts/conf-header.sh .config > $@
$(Q)$(MAKE) headers-y