Skip to content
  • Maxim Cournoyer's avatar
    contrib: main.mak: Guard downloads with flock. · 15174309
    Maxim Cournoyer authored and Amin Bandali's avatar Amin Bandali committed
    This is to prevent resource contention on shared file systems such as
    NFS.
    
    * contrib/src/main.mak (download) <wget>: Guard with flock.
    <curl>: Likewise.
    <fetch> Likewise, and properly quote shell arguments.
    (download_git): Likewise.
    
    Change-Id: I8e2139d780a34ad054cfa8e188c6cbaf94df0609
    15174309