stripped unused makefile target and comment
authorEdouard Tisserant 7BB06627 <edouard.tisserant@gmail.com>
Sun, 15 Jan 2017 22:11:18 +0100
changeset 17 97a78502b383
parent 16 ab28d0363837
child 18 efd809f369c6
stripped unused makefile target and comment
Makefile
--- 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