blob: 0788db68d55881beaf1a6510512c96c0f97ce197 (
plain)
1
2
3
4
5
6
7
8
9
|
comfignat.gpr
${stage_bindir}/testcase
preprocess_done
base_done
build_done
$(if [ "${installation}" = full ] ; then echo preinstall_done ; fi)
$(if [ "${installation}" = files -o "${installation}" = full ] ; then echo install_files_done ; fi)
$(if [ "${installation}" = full ] ; then echo postinstall_done ; fi)
$(if [ "${installation}" = files -o "${installation}" = full ] ; then echo install_done ; fi)
|