Ticket #4068: timestamping.patch

File timestamping.patch, 268 bytes (added by meianoite, 15 years ago)

Add -N option

  • FileRules

    old new  
    366366
    367367actions DownloadFile1
    368368{
    369        wget -O $(1) $(URL)
     369       wget -N -O $(1) $(URL)
    370370}
    371371
    372372rule DownloadOptionalPackage package : url