# HG changeset patch # User atton # Date 1448529479 -32400 # Node ID 08da58e4a988b59ff770fe2dfbd9431f6b572a70 # Parent 1bb75d2408ae9a331b6ad57711f1df533ef54756 Cleanup Makefile diff -r 1bb75d2408ae -r 08da58e4a988 Makefile --- 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: