[Armadeus-commitlog] SF.net SVN: armadeus:[1171] trunk/buildroot/package/xenomai
Brought to you by:
sszy
|
From: <gwe...@us...> - 2009-03-18 13:41:56
|
Revision: 1171
http://armadeus.svn.sourceforge.net/armadeus/?rev=1171&view=rev
Author: gwenhael
Date: 2009-03-18 13:36:50 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
[BUILDROOT] xenomai : Using fakeroot for "make install"
Modified Paths:
--------------
trunk/buildroot/package/xenomai/xenomai.mk
Removed Paths:
-------------
trunk/buildroot/package/xenomai/02-xenomai-2.4.7-replace_sudo_with_fakeroot.patch
Deleted: trunk/buildroot/package/xenomai/02-xenomai-2.4.7-replace_sudo_with_fakeroot.patch
===================================================================
--- trunk/buildroot/package/xenomai/02-xenomai-2.4.7-replace_sudo_with_fakeroot.patch 2009-03-18 13:05:11 UTC (rev 1170)
+++ trunk/buildroot/package/xenomai/02-xenomai-2.4.7-replace_sudo_with_fakeroot.patch 2009-03-18 13:36:50 UTC (rev 1171)
@@ -1,12 +0,0 @@
-diff -u a/Makefile.in b/Makefile.in
---- a/Makefile.in 2009-03-12 15:16:41.000000000 +0100
-+++ b/Makefile.in 2009-03-12 15:16:54.000000000 +0100
-@@ -228,7 +228,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- ACLOCAL_AMFLAGS = -I config
--SUDO = sudo
-+SUDO = fakeroot
- SUBDIRS = src include config @XENO_MAYBE_DOCDIR@ scripts
- EXTRA_DIST = CREDITS README.INSTALL TROUBLESHOOTING ksrc examples debian
- all: all-recursive
Modified: trunk/buildroot/package/xenomai/xenomai.mk
===================================================================
--- trunk/buildroot/package/xenomai/xenomai.mk 2009-03-18 13:05:11 UTC (rev 1170)
+++ trunk/buildroot/package/xenomai/xenomai.mk 2009-03-18 13:36:50 UTC (rev 1171)
@@ -48,13 +48,7 @@
$(XENOMAI_CAT) $(DL_DIR)/$(XENOMAI_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
touch $@
-$(XENOMAI_DIR)/.patched.makefile: $(XENOMAI_DIR)/.unpacked
- toolchain/patch-kernel.sh $(XENOMAI_DIR) package/xenomai \
- 02-xenomai-2.4.7-replace_sudo_with_fakeroot.patch
- touch $@
-
-
-$(KERN_DIR)/.patched.xenomai: $(KERN_DIR)/.patched.adeos $(XENOMAI_DIR)/.patched.makefile
+$(KERN_DIR)/.patched.xenomai: $(KERN_DIR)/.patched.adeos $(XENOMAI_DIR)/.unpacked
$(XENOMAI_DIR)/scripts/prepare-kernel.sh \
--linux=$(LINUX26_DIR) \
--arch=$(BR2_ARCH)
@@ -81,7 +75,7 @@
$(TARGET_DIR)/$(XENOMAI_TARGET_BINARY): $(XENOMAI_DIR)/scripts/$(XENOMAI_BINARY)
echo $@
- $(MAKE) -C $(XENOMAI_DIR) \
+ $(STAGING_DIR)/usr/bin/fakeroot $(MAKE) -C $(XENOMAI_DIR) \
CC=$(TARGET_CC) LD=$(TARGET_LD) \
DESTDIR=$(TARGET_DIR) install
rm -rf $(TARGET_DIR)/xenodoc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|