[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5873] use msg2.h and dl2.h tmp filenames in build t
From: |
Allen Ibara |
Subject: |
[paparazzi-commits] [5873] use msg2.h and dl2.h tmp filenames in build to avoid clash with msg. h and dl.h during parallel build |
Date: |
Wed, 15 Sep 2010 03:15:09 +0000 |
Revision: 5873
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5873
Author: aibara
Date: 2010-09-15 03:15:08 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
use msg2.h and dl2.h tmp filenames in build to avoid clash with msg.h and dl.h
during parallel build
Modified Paths:
--------------
paparazzi3/trunk/Makefile
Modified: paparazzi3/trunk/Makefile
===================================================================
--- paparazzi3/trunk/Makefile 2010-09-14 22:26:38 UTC (rev 5872)
+++ paparazzi3/trunk/Makefile 2010-09-15 03:15:08 UTC (rev 5873)
@@ -114,8 +114,8 @@
$(MESSAGES2_H) : $(MESSAGES_XML) $(CONF_XML) tools
$(Q)test -d $(STATICINCLUDE) || mkdir -p $(STATICINCLUDE)
@echo BUILD $@
- $(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) $(TOOLS)/gen_messages2.out $<
telemetry > /tmp/msg.h
- $(Q)mv /tmp/msg.h $@
+ $(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) $(TOOLS)/gen_messages2.out $<
telemetry > /tmp/msg2.h
+ $(Q)mv /tmp/msg2.h $@
$(Q)chmod a+r $@
$(UBX_PROTOCOL_H) : $(UBX_XML) tools
@@ -135,8 +135,8 @@
$(DL_PROTOCOL2_H) : $(MESSAGES_XML) tools
@echo BUILD $@
- $(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) $(TOOLS)/gen_messages2.out $<
datalink > /tmp/dl.h
- $(Q)mv /tmp/dl.h $@
+ $(Q)PAPARAZZI_SRC=$(PAPARAZZI_SRC) $(TOOLS)/gen_messages2.out $<
datalink > /tmp/dl2.h
+ $(Q)mv /tmp/dl2.h $@
include Makefile.ac
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5873] use msg2.h and dl2.h tmp filenames in build to avoid clash with msg. h and dl.h during parallel build,
Allen Ibara <=