You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/06/10 06:40:21 UTC

svn commit: r545842 - in /incubator/stdcxx/trunk: GNUmakefile etc/config/GNUmakefile.cfg

Author: sebor
Date: Sat Jun  9 21:40:21 2007
New Revision: 545842

URL: http://svn.apache.org/viewvc?view=rev&rev=545842
Log:
2007-06-09  Martin Sebor  <se...@roguewave.com>

	* GNUmakefile (.DEFAULT): Recursed into $BUILDDIR/include.
	* GNUmakefile.cfg (realclean): Avoided removing config.h
	but cleaned out all object files.

Modified:
    incubator/stdcxx/trunk/GNUmakefile
    incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg

Modified: incubator/stdcxx/trunk/GNUmakefile
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/GNUmakefile?view=diff&rev=545842&r1=545841&r2=545842
==============================================================================
--- incubator/stdcxx/trunk/GNUmakefile (original)
+++ incubator/stdcxx/trunk/GNUmakefile Sat Jun  9 21:40:21 2007
@@ -681,6 +681,7 @@
 
 # try each submakefile
 .DEFAULT:
+	-@$(MAKE) -C$(BUILDDIR)/include $@
 	-@$(MAKE) -C$(LIBDIR) $@
 	-@$(MAKE) -C$(BUILDDIR)/rwtest $@
 	-@$(MAKE) -C$(BUILDDIR)/bin $@

Modified: incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg?view=diff&rev=545842&r1=545841&r2=545842
==============================================================================
--- incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg (original)
+++ incubator/stdcxx/trunk/etc/config/GNUmakefile.cfg Sat Jun  9 21:40:21 2007
@@ -309,7 +309,7 @@
                *$(LIBSUFFIX) $(LOGFILE) $(TARGET)
 
 realclean: clean
-	rm -f *.d a.cpp config.h  
+	rm -f *.d *.o *.a *.so a.cpp
 
 listtarget:
 	@echo $(TARGET)