#!/bin/sh # 08.10.2006 Volker Quetschke # Check that $ in dynamic prerequisites are handled correctly. # (issue 70168) : ${DMAKEPROG:=dmake} file1="mfile1.mk" tmpfiles="$file1" trap '{ echo "trapped signal - removing temporary files" ; rm -rf $tmpfiles ; }' 1 2 3 15 # Remove files from prior failed run rm -rf $tmpfiles # Remember to quote variables in generated makefiles( $ -> \$ ). # Check that we set AAA to set_AAA. cat > $file1 <&1 ` result1=$? if test $result1 -eq 0 ; then echo "Success - Cleaning up" rm -rf $tmpfiles else echo "Failure! dmake reported:" echo "$output1" fi exit $result ption value='distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/android/androidinst.cxx
AgeCommit message (Expand)Author
2018-03-27vcl: fix hangs in SvpSalInstanceMichael Stahl
2017-11-11Replace list by vector for ShowNativeDialog (vcl)Julien Nabet
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-09-28Fix SalUserEventList usage on AndroidJan-Marek Glogowski
2017-09-19rename SalGenericData to GenericUnixSalDataNoel Grandin
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2017-08-08loplugin:constantparamNoel Grandin
2017-06-18another fix after loplugin:unusedfields in vclMarkus Mohrhard
2017-04-28probably android build fixCaolán McNamara