[Buildroot] svn commit: trunk/buildroot/package

aldot at uclibc.org aldot at uclibc.org
Wed Aug 22 16:44:43 UTC 2007


Author: aldot
Date: 2007-08-22 09:44:41 -0700 (Wed, 22 Aug 2007)
New Revision: 19656

Log:
- don't print the second time autoreconf would be run


Modified:
   trunk/buildroot/package/Makefile.autotools.in


Changeset:
Modified: trunk/buildroot/package/Makefile.autotools.in
===================================================================
--- trunk/buildroot/package/Makefile.autotools.in	2007-08-22 16:28:31 UTC (rev 19655)
+++ trunk/buildroot/package/Makefile.autotools.in	2007-08-22 16:44:41 UTC (rev 19656)
@@ -176,7 +176,6 @@
 $(BUILD_DIR)/%/.stamp_configured:
 	$(call MESSAGE,"Configuring")
 	$(Q)if test "$($(PKG)_AUTORECONF)" = "YES" ; then \
-		$(call MESSAGE,"Running autoreconf")
 		cd $(@D)/$($(PKG)_SUBDIR) && \
 		$(AUTORECONF) ; \
 	fi




More information about the buildroot mailing list