Changeset c6ac9a55 in mainline for meson/part/initrd/meson.build


Ignore:
Timestamp:
2019-11-19T18:00:28Z (4 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2e0af47
Parents:
d548fc0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-11-19 18:00:28)
git-committer:
GitHub <noreply@…> (2019-11-19 18:00:28)
Message:

meson: Always rebuild filesystem image

Tells meson to rebuild filesystem image even when it seems that nothing changes.
We need to do this to properly incorporate additions to overlay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/initrd/meson.build

    rd548fc0 rc6ac9a55  
    9999        input: [ install_script, install_deps ],
    100100        command: [ sh, '@INPUT0@', '@OUTPUT@', dist_dir ],
     101        build_always_stale: true,
    101102)
    102103
Note: See TracChangeset for help on using the changeset viewer.