Changes have been pushed for the repository "fawkes.git".
(Fawkes Robotics Software Framework)

Clone:  g...@git.fawkesrobotics.org:fawkes.git
Gitweb: http://git.fawkesrobotics.org/fawkes.git
Trac:   http://trac.fawkesrobotics.org

The branch, timn/webview-2.0 has been updated
        to  ec7a7167b471cbebd3ae28d1a882442126331e3f (commit)
      from  012942810827c0e201a91e79cc64572b254e8fa8 (commit)

http://git.fawkesrobotics.org/fawkes.git/timn/webview-2.0

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- *Log* ---------------------------------------------------------------
commit ec7a7167b471cbebd3ae28d1a882442126331e3f
Author:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
AuthorDate: Thu Apr 12 10:56:44 2018 +0200
Commit:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
CommitDate: Thu Apr 12 10:56:44 2018 +0200

    skiller: move interfaces to subdir
    
    Fixes problem with ordering constraint we previously had for the
    rest-api subdir. Thanks to Till Hofmann for reporting.

http://git.fawkesrobotics.org/fawkes.git/commit/ec7a716
http://trac.fawkesrobotics.org/changeset/ec7a716

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


- *Summary* -----------------------------------------------------------
 src/plugins/skiller/Makefile                       |    6 +-----
 .../{pantilt => skiller}/interfaces/Makefile       |    6 +++---
 .../{ => interfaces}/SkillerDebugInterface.cpp     |    0
 .../{ => interfaces}/SkillerDebugInterface.h_ext   |    0
 .../{ => interfaces}/SkillerDebugInterface.tolua   |    0
 .../{ => interfaces}/SkillerDebugInterface.xml     |    0
 6 files changed, 4 insertions(+), 8 deletions(-)
 copy src/plugins/{pantilt => skiller}/interfaces/Makefile (81%)
 rename src/plugins/skiller/{ => interfaces}/SkillerDebugInterface.cpp (100%)
 rename src/plugins/skiller/{ => interfaces}/SkillerDebugInterface.h_ext (100%)
 rename src/plugins/skiller/{ => interfaces}/SkillerDebugInterface.tolua (100%)
 rename src/plugins/skiller/{ => interfaces}/SkillerDebugInterface.xml (100%)


- *Diffs* -------------------------------------------------------------

- *commit* ec7a7167b471cbebd3ae28d1a882442126331e3f - - - - - - - - - -
Author:  Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
Date:    Thu Apr 12 10:56:44 2018 +0200
Subject: skiller: move interfaces to subdir

 src/plugins/skiller/Makefile                       |    6 +-----
 .../{pantilt => skiller}/interfaces/Makefile       |    6 +++---
 .../{ => interfaces}/SkillerDebugInterface.cpp     |    0
 .../{ => interfaces}/SkillerDebugInterface.h_ext   |    0
 .../{ => interfaces}/SkillerDebugInterface.tolua   |    0
 .../{ => interfaces}/SkillerDebugInterface.xml     |    0
 6 files changed, 4 insertions(+), 8 deletions(-)

_Diff for modified files_:
diff --git a/src/plugins/skiller/Makefile b/src/plugins/skiller/Makefile
index 3b25c2f..9dcc1ce 100644
--- a/src/plugins/skiller/Makefile
+++ b/src/plugins/skiller/Makefile
@@ -21,6 +21,7 @@ include $(LIBSRCDIR)/utils/utils.mk
 include $(LIBSRCDIR)/tf/tf.mk
 include $(LIBSRCDIR)/navgraph/navgraph.mk
 
+PRESUBDIRS = interfaces
 SUBDIRS = consoletool rest-api
 
 # Uncomment to enable time tracking for the skiller
@@ -57,11 +58,6 @@ else
   WARN_TARGETS += warning_lua
 endif
 
-INTERFACES_all = $(notdir $(patsubst %.xml,%,$(wildcard $(SRCDIR)/*.xml)))
-include $(BUILDSYSDIR)/interface.mk
-
-rest-api: | $(INTERFACES_LIBS)
-
 ifeq ($(OBJSSUBMAKE),1)
 all: $(WARN_TARGETS)
 




-- 
Fawkes Robotics Framework                 http://www.fawkesrobotics.org
_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to