OSDN Git Service

2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
authorjjohnstn <jjohnstn>
Wed, 5 Jan 2011 22:48:55 +0000 (22:48 +0000)
committerjjohnstn <jjohnstn>
Wed, 5 Jan 2011 22:48:55 +0000 (22:48 +0000)
        * Makefile.am: Move cleaning targ-include to clean-local.
        * Makefile.in: Regenerate.

newlib/ChangeLog
newlib/Makefile.am
newlib/Makefile.in

index 418ec38..7c69ea0 100644 (file)
@@ -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.
 
index 8a491d1..d7205b6 100644 (file)
@@ -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
index 632b148..2256115 100644 (file)
@@ -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: