[uClibc-cvs] svn commit: trunk/buildroot/package/readline

vapier at uclibc.org vapier at uclibc.org
Mon Mar 21 02:54:36 UTC 2005


Author: vapier
Date: 2005-03-20 19:54:35 -0700 (Sun, 20 Mar 2005)
New Revision: 10051

Log:
Bug #160, pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.

Removed:
   trunk/buildroot/package/readline/Makefile.in

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


Changeset:
Deleted: trunk/buildroot/package/readline/Makefile.in
===================================================================
--- trunk/buildroot/package/readline/Makefile.in	2005-03-21 02:35:50 UTC (rev 10050)
+++ trunk/buildroot/package/readline/Makefile.in	2005-03-21 02:54:35 UTC (rev 10051)
@@ -1,6 +0,0 @@
-ifeq ($(strip $(BR2_READLINE)),y)
-TARGETS+=readline
-endif
-ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
-TARGETS+=readline_target
-endif

Modified: trunk/buildroot/package/readline/readline.mk
===================================================================
--- trunk/buildroot/package/readline/readline.mk	2005-03-21 02:35:50 UTC (rev 10050)
+++ trunk/buildroot/package/readline/readline.mk	2005-03-21 02:54:35 UTC (rev 10051)
@@ -80,3 +80,9 @@
 
 readline-source:  $(DL_DIR)/$(READLINE_SOURCE)   $(READLINE_DIR1)/.unpacked
 
+ifeq ($(strip $(BR2_READLINE)),y)
+TARGETS+=readline
+endif
+ifeq ($(strip $(BR2_PACKAGE_READLINE_TARGET)),y)
+TARGETS+=readline_target
+endif




More information about the uClibc-cvs mailing list