system-controller: removing ivi-surfaces from ivi-layers in surface destructor
[profile/ivi/murphy.git] / build-aux / gerrit-quirks
1 generate_linker_scripts() {
2     local _ld_scripts
3
4     info "* Generating linker scripts..." && \
5     ./bootstrap && make generate-linker-scripts && \
6         _ld_scripts="`find . -name linker-script.*`" && \
7         git add $_ld_scripts && \
8         git commit -m "packaging: pre-generated linker scripts." $_ld_scripts
9 }
10
11 generate_linker_scripts