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/dropbear/dropbear.mk

    r248 r259  
    7171 
    7272$(DROPBEAR_PKG_DIR)/usr/sbin/dropbear: $(DROPBEAR_DIR)/dropbearmulti 
    73         -$(RM) -r  $(DROPBEAR_PKG_DIR) 
    7473        mkdir -p $(DROPBEAR_PKG_DIR)/etc/dropbear 
    7574        mkdir -p $(DROPBEAR_PKG_DIR)/usr/bin 
     
    8988dropbear-clean: 
    9089        -$(MAKE) -C $(DROPBEAR_DIR) clean 
    91         -$(RM) -r $(DROPBEAR_PKG_DIR)/* 
    9290 
    9391dropbear-dirclean: 
    9492        -$(RM) -r $(DROPBEAR_DIR) 
    95         -$(RM) -r  $(DROPBEAR_PKG_DIR) 
    9693 
    9794#############################################################