--- a/Makefile Tue Nov 01 17:40:53 2016 +0300
+++ b/Makefile Sun Jan 15 22:11:18 2017 +0100
@@ -21,13 +21,6 @@
# - xsltproc
# - python-lxml
#
-# Linux RootFS and packages
-# - reprepro
-# - multistrap
-# - germinate
-# - user-mode-linux
-# - ddpt
-#
# WARNING : DISPLAY variable have to be defined to a valid X server
# in case it would be a problem, run :
# xvfb-run make -f /path/to/this/Makefile
@@ -260,14 +253,6 @@
mv build/beremiz/tests/* examples/base_tests
touch $@
-beremiz_etherlab_plugin: beremiz | examples
- $(call get_src_hg,$(tmp)/beremiz_etherlab_plugin)
- rm -rf examples/ethercat_tests
- mv $(tmp)/beremiz_etherlab_plugin/ethercat_tests examples/
- rm -rf build/EthercatMaster
- mv $(tmp)/beremiz_etherlab_plugin/etherlab build/EthercatMaster
- touch $@
-
CFbuild = build/CanFestival-3
CFconfig = $(CFbuild)/objdictgen/canfestival_config.py
canfestival: mingw