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

    r185 r259  
    3737 
    3838$(PPPD_PKG_DIR)/sbin/pppd: $(PPPD_DIR)/pppd/pppd 
    39         -$(RM) -r $(PPPD_PKG_DIR) 
    4039        cp -a $(PACKAGES_SKELETON_DIR)/ppp $(PPPD_PKG_DIR) 
    4140        -find $(PPPD_PKG_DIR) -type d -name CVS -exec $(RM) -r {} \; > /dev/null 2>&1 
     
    4948pppd-clean: 
    5049        -$(MAKE) -C $(PPPD_DIR) clean 
    51         -$(RM) -r $(PPPD_PKG_DIR) 
    5250 
    5351pppd-dirclean: 
    5452        -$(RM) -r $(PPPD_DIR) 
    55         -$(RM) -r $(PPPD_PKG_DIR) 
    5653 
    5754#############################################################