Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/Makefile.am5
-rw-r--r--newlib/Makefile.in11
3 files changed, 16 insertions, 5 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 418ec382e..7c69ea0e7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * Makefile.am: Move cleaning targ-include to clean-local.
+ * Makefile.in: Regenerate.
+
+2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libc/stdio/open_memstream.c (internal_open_memstream_r):
Don't limit c->max to 64*1024 on targets with SIZE_MAX < 64*1024.
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 8a491d1a8..d7205b66b 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -255,7 +255,7 @@ stmp-targ-include: config.status
done
touch $@
-CLEANFILES = targ-include stmp-targ-include
+CLEANFILES = stmp-targ-include
install-data-local: install-toollibLIBRARIES
if USE_LIBTOOL
@@ -430,3 +430,6 @@ check-DEJAGNU: site.exp
else \
echo "WARNING: could not find \`runtest'" 1>&2 ; \
fi
+
+clean-local:
+ -rm -rf targ-include
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index 632b148b3..22561157a 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -405,7 +405,7 @@ libc_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO) -release newlib -no-unde
@USE_LIBTOOL_TRUE@libm_la_DEPENDENCIES = libm-libtool-objectlist
@USE_LIBTOOL_TRUE@libc_la_SOURCES =
@USE_LIBTOOL_TRUE@libc_la_DEPENDENCIES = libc-libtool-objectlist
-CLEANFILES = targ-include stmp-targ-include
+CLEANFILES = stmp-targ-include
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
MAKEOVERRIDES =
@@ -760,8 +760,8 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
-clean-am: clean-generic clean-libtool clean-toollibLIBRARIES \
- clean-toollibLTLIBRARIES mostlyclean-am
+clean-am: clean-generic clean-libtool clean-local \
+ clean-toollibLIBRARIES clean-toollibLTLIBRARIES mostlyclean-am
distclean: distclean-recursive
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
@@ -838,7 +838,7 @@ uninstall-am: uninstall-toollibDATA uninstall-toollibLIBRARIES \
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
all all-am am--refresh check check-DEJAGNU check-am clean \
- clean-generic clean-libtool clean-toollibLIBRARIES \
+ clean-generic clean-libtool clean-local clean-toollibLIBRARIES \
clean-toollibLTLIBRARIES ctags ctags-recursive distclean \
distclean-DEJAGNU distclean-compile distclean-generic \
distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
@@ -1129,6 +1129,9 @@ check-DEJAGNU: site.exp
echo "WARNING: could not find \`runtest'" 1>&2 ; \
fi
+clean-local:
+ -rm -rf targ-include
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: