[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5339] exchanged the order of overo-oe search path t
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5339] exchanged the order of overo-oe search path to use paparazzi-omap package if it 's there |
Date: |
Thu, 12 Aug 2010 14:20:48 +0000 |
Revision: 5339
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5339
Author: poine
Date: 2010-08-12 14:20:47 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
exchanged the order of overo-oe search path to use paparazzi-omap package if
it's there
Modified Paths:
--------------
paparazzi3/trunk/conf/Makefile.omap
Modified: paparazzi3/trunk/conf/Makefile.omap
===================================================================
--- paparazzi3/trunk/conf/Makefile.omap 2010-08-12 14:17:12 UTC (rev 5338)
+++ paparazzi3/trunk/conf/Makefile.omap 2010-08-12 14:20:47 UTC (rev 5339)
@@ -23,7 +23,7 @@
# Define programs and commands.
-OVERO_OE=`find ~ /opt/paparazzi / -maxdepth 1 -type d -name overo-oe | head -n
1`
+OVERO_OE=`find /opt/paparazzi/omap ~ / -maxdepth 1 -type d -name overo-oe |
head -n 1`
CC = $(OVERO_OE)/tmp/cross/armv7a/bin/arm-angstrom-linux-gnueabi-gcc
LD = $(CC)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5339] exchanged the order of overo-oe search path to use paparazzi-omap package if it 's there,
antoine drouin <=