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/lpd-p910/lpd-p910nd.mk

    r223 r259  
    55############################################################# 
    66 
    7 LPD-P910ND_VERSION=0.9 
     7LPD-P910ND_VERSION=0.91 
    88LPD-P910ND_SOURCE_URL=http://etherboot.sourceforge.net/p910nd/ 
    99LPD-P910ND_SOURCE=p910nd-$(LPD-P910ND_VERSION).tar.bz2 
     
    3030 
    3131$(LPD-P910ND_PKG_DIR)/usr/sbin/$(LPD-P910ND_BINARY): $(LPD-P910ND_DIR)/$(LPD-P910ND_BINARY) 
    32         -$(RM) -r  $(LPD-P910ND_PKG_DIR) 
    3332        # mkdir -p $(LPD-P910ND_PKG_DIR)/usr/sbin 
    3433        # cp -a $(LPD-P910ND_DIR)/lpd-p910nd $(LPD-P910ND_PKG_DIR)/usr/sbin/. 
     
    3635        $(SSTRIP) $(LPD-P910ND_PKG_DIR)/usr/sbin/$(LPD-P910ND_BINARY) 
    3736 
    38 $(PACKAGES_DIR)/lpd-p910nd.ffw: $(LPD-P910ND_PKG_DIR)/usr/sbin/$(LPD-P910ND_BINARY) 
    39         (cd $(PACKAGES_DIR); sh mkpack lpd-p910nd) 
    40  
    41 lpd-p910nd: $(PACKAGES_DIR)/lpd-p910nd.ffw 
     37lpd-p910nd: $(LPD-P910ND_PKG_DIR)/usr/sbin/$(LPD-P910ND_BINARY) 
    4238 
    4339lpd-p910nd-clean: 
    4440        -$(MAKE) -C $(LPD-P910ND_DIR) clean 
    45         -$(RM) -r $(LPD-P910ND_PKG_DIR)/* 
    4641 
    4742lpd-p910nd-dirclean: 
    4843        -$(RM) -r $(LPD-P910ND_DIR) 
    49         -$(RM) -r  $(LPD-P910ND_PKG_DIR)