Show
Ignore:
Timestamp:
01/18/09 14:12:42 (3 years ago)
Author:
root
Message:

About time to commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • floppyfw/package/ethtool/ethtool.mk

    r210 r259  
    3939 
    4040$(ETHTOOL_PKG_DIR)/usr/sbin/ethtool: $(ETHTOOL_DIR)/ethtool 
    41         -$(RM) -r  $(ETHTOOL_PKG_DIR) 
    4241        mkdir -p $(ETHTOOL_PKG_DIR)/usr/sbin 
    4342        cp -a $(ETHTOOL_DIR)/ethtool $(ETHTOOL_PKG_DIR)/usr/sbin/. 
     
    4847ethtool-clean: 
    4948        -$(MAKE) -C $(ETHTOOL_DIR) clean 
    50         -$(RM) -r $(ETHTOOL_PKG_DIR)/* 
    5149 
    5250ethtool-dirclean: 
    5351        -$(RM) -r $(ETHTOOL_DIR) 
    54         -$(RM) -r  $(ETHTOOL_PKG_DIR) 
    5552 
    5653#############################################################