• Michael Stahl's avatar
    gbuild: ExternalProject: always build externals from scratch · 7858c0f7
    Michael Stahl yazdı
    It could happen that externals were built incrementally, in case
    something the ExternalProject depends on was updated.  To prevent this,
    change the dependencies so that the UnpackedTarball is unpacked again
    when the ExternalProject's dependencies are newer.  This is possible
    without introducing a new target for the purpose due to the refactorings
    in previous commits that enforce the name of UnpackedTarball.
    
    Change-Id: Ie7a84064ec2ffc76175cd2b7792517e68664a461
    7858c0f7
ExternalProject.mk 8.36 KB