All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot: package/busybox target/device/x86/i386
@ 2006-12-13 22:51 aldot at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: aldot at uclibc.org @ 2006-12-13 22:51 UTC (permalink / raw)
  To: buildroot

Author: aldot
Date: 2006-12-13 14:51:37 -0800 (Wed, 13 Dec 2006)
New Revision: 16907

Log:
- make sure to agree on the installation CONFIG_PREFIX


Modified:
   trunk/buildroot/package/busybox/busybox.mk
   trunk/buildroot/target/device/x86/i386/busybox.config


Changeset:
Modified: trunk/buildroot/package/busybox/busybox.mk
===================================================================
--- trunk/buildroot/package/busybox/busybox.mk	2006-12-13 20:26:27 UTC (rev 16906)
+++ trunk/buildroot/package/busybox/busybox.mk	2006-12-13 22:51:37 UTC (rev 16907)
@@ -71,6 +71,8 @@
 		$(BUSYBOX_DIR)/.config ;
 endif
 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
+	$(SED) s,^CONFIG_PREFIX=.*,CONFIG_PREFIX=\"$(TARGET_DIR)\", \
+		$(BUSYBOX_DIR)/.config ;
 	$(SED) s,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \
 		$(BUSYBOX_DIR)/.config ;
 	$(SED) s,^PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \

Modified: trunk/buildroot/target/device/x86/i386/busybox.config
===================================================================
--- trunk/buildroot/target/device/x86/i386/busybox.config	2006-12-13 20:26:27 UTC (rev 16906)
+++ trunk/buildroot/target/device/x86/i386/busybox.config	2006-12-13 22:51:37 UTC (rev 16907)
@@ -57,7 +57,7 @@
 CONFIG_INSTALL_APPLET_SYMLINKS=y
 # CONFIG_INSTALL_APPLET_HARDLINKS is not set
 # CONFIG_INSTALL_APPLET_DONT is not set
-PREFIX="./_install"
+CONFIG_PREFIX="./_install"
 
 #
 # Busybox Library Tuning

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot: package/busybox target/device/x86/i386
@ 2006-12-13  9:14 andersen at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: andersen at uclibc.org @ 2006-12-13  9:14 UTC (permalink / raw)
  To: buildroot

Author: andersen
Date: 2006-12-13 01:14:10 -0800 (Wed, 13 Dec 2006)
New Revision: 16880

Log:
update busybox defaults a bit


Modified:
   trunk/buildroot/package/busybox/busybox-1.2.2.1.config
   trunk/buildroot/package/busybox/busybox.mk
   trunk/buildroot/target/device/x86/i386/busybox.config


Changeset:

Sorry, the patch is too large to include (1431 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=16880

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-12-13 22:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-13 22:51 [Buildroot] svn commit: trunk/buildroot: package/busybox target/device/x86/i386 aldot at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2006-12-13  9:14 andersen at uclibc.org

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.