[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6379] cleanup some trailing whitespaces
From: |
Felix Ruess |
Subject: |
[paparazzi-commits] [6379] cleanup some trailing whitespaces |
Date: |
Mon, 08 Nov 2010 00:46:02 +0000 |
Revision: 6379
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6379
Author: flixr
Date: 2010-11-08 00:46:02 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
cleanup some trailing whitespaces
Modified Paths:
--------------
paparazzi3/trunk/Makefile.install
paparazzi3/trunk/sw/README
paparazzi3/trunk/sw/ground_segment/cockpit/Makefile
Modified: paparazzi3/trunk/Makefile.install
===================================================================
--- paparazzi3/trunk/Makefile.install 2010-11-08 00:45:56 UTC (rev 6378)
+++ paparazzi3/trunk/Makefile.install 2010-11-08 00:46:02 UTC (rev 6379)
@@ -29,7 +29,7 @@
install_conf:
- $(INSTALL) -d $(DESTDIR)/conf
+ $(INSTALL) -d $(DESTDIR)/conf
$(INSTALLDATA) conf/conf.xml.example $(DESTDIR)/conf/conf.xml
$(INSTALLDATA) conf/control_panel.xml.example
$(DESTDIR)/conf/control_panel.xml
$(INSTALLDATA) conf/messages.xml $(DESTDIR)/conf/
Modified: paparazzi3/trunk/sw/README
===================================================================
--- paparazzi3/trunk/sw/README 2010-11-08 00:45:56 UTC (rev 6378)
+++ paparazzi3/trunk/sw/README 2010-11-08 00:46:02 UTC (rev 6379)
@@ -17,9 +17,5 @@
# You should have received a copy of the GNU General Public License
# along with paparazzi; see the file COPYING. If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
-#
-
-
-
-
+# Boston, MA 02111-1307, USA.
+#
Modified: paparazzi3/trunk/sw/ground_segment/cockpit/Makefile
===================================================================
--- paparazzi3/trunk/sw/ground_segment/cockpit/Makefile 2010-11-08 00:45:56 UTC
(rev 6378)
+++ paparazzi3/trunk/sw/ground_segment/cockpit/Makefile 2010-11-08 00:46:02 UTC
(rev 6379)
@@ -1,4 +1,4 @@
-#
+#
# $Id$
# Copyright (C) 2003 Pascal Brisset, Antoine Drouin
#
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with paparazzi; see the file COPYING. If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Boston, MA 02111-1307, USA.
#
# Quiet compilation
@@ -95,10 +95,10 @@
$(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS)
test_enose : test_enose.c sliding_plot.c
- $(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS) -lgtkdatabox
+ $(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS) -lgtkdatabox
actuators : actuators.c
- $(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS)
+ $(CC) $(CFLAGS) -g -o $@ $^ $(LDFLAGS)
#
@@ -108,6 +108,6 @@
.depend: Makefile
ocamldep -I ../../lib/ocaml *.ml* > .depend
-ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(MAKECMDGOALS),clean)
-include .depend
endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6379] cleanup some trailing whitespaces,
Felix Ruess <=