changeset 24:08da58e4a988

Cleanup Makefile
author atton
date Thu, 26 Nov 2015 18:17:59 +0900
parents 1bb75d2408ae
children 8cabc269c3d6
files Makefile
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 26 18:16:25 2015 +0900
+++ b/Makefile	Thu Nov 26 18:17:59 2015 +0900
@@ -15,16 +15,7 @@
 
 install: $(TARGET)
 	install $(TARGET) $(INSTALL_DIR)
-	install create.py $(INSTALL_DIR)
-	install portops.py $(INSTALL_DIR)
-	install remove.py $(INSTALL_DIR)
 	chmod 4711 $(INSTALL_DIR)/$(TARGET)
-	chmod 755 $(INSTALL_DIR)/create.py
-	chmod 755 $(INSTALL_DIR)/portops.py
-	chmod 755 $(INSTALL_DIR)/remove.py
-	-mkdir $(IEDOCKERDIR)
-	python numberfile.py $(PORTRANGE1) $(PORTRANGE2)
-	-cp iecloudport.list $(IEDOCKERDIR)
 
 
 clean: