On 10/15/2012 04:40 PM, Jeff Webb wrote:
In order to build a set of xenomai deb packages from the xenomai-2.6.git repo
under ubuntu 12.04, I had to make the following change. Otherwise, the build
process aborts because it can't copy files into a non-existent directory.
-Jeff
Sorry. I think a should have given the patch inline:
diff --git a/debian/rules b/debian/rules
index d336511..634ecf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,7 @@ install: build
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
dh_install --sourcedir=$(CURDIR)/debian/tmp
# Patch collection:
+ mkdir -p
$(CURDIR)/debian/linux-patch-xenomai/usr/src/kernel-patches/diffs/xenomai
cp adeos-ipipe-*.patch
$(CURDIR)/debian/linux-patch-xenomai/usr/src/kernel-patches/diffs/xenomai
# xeno-config should be only in libxenomai-dev
rm -f $(CURDIR)/debian/xenomai-runtime/usr/bin/xeno-config
_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai