[Buildroot] svn commit: trunk/buildroot/package/tslib

ulf at uclibc.org ulf at uclibc.org
Sat Jul 5 04:30:07 UTC 2008


Author: ulf
Date: 2008-07-04 21:30:05 -0700 (Fri, 04 Jul 2008)
New Revision: 22641

Log:
Ensure tslib uses config.* from buildroot

Modified:
   trunk/buildroot/package/tslib/tslib.mk


Changeset:
Modified: trunk/buildroot/package/tslib/tslib.mk
===================================================================
--- trunk/buildroot/package/tslib/tslib.mk	2008-07-04 22:29:50 UTC (rev 22640)
+++ trunk/buildroot/package/tslib/tslib.mk	2008-07-05 04:30:05 UTC (rev 22641)
@@ -20,8 +20,9 @@
 	touch $(TSLIB_DIR)/.patched
 
 $(TSLIB_DIR)/.configured: $(TSLIB_DIR)/.patched
-	(cd $(TSLIB_DIR); rm -rf config.cache; \
-	./autogen.sh; \
+	(cd $(TSLIB_DIR); rm -rf config.cache; ./autogen.sh)
+	$(CONFIG_UPDATE) $(TSLIB_DIR)
+	(cd $(TSLIB_DIR) && \
 	$(TARGET_CONFIGURE_OPTS) \
 	CFLAGS="$(TARGET_CFLAGS) " \
 	./configure \




More information about the buildroot mailing list