#!/bin/sh # 17.09.2005 Volker Quetschke # Test for line continuation in comments. # (issue 49461) : ${DMAKEPROG:=dmake} file1="mymakefile.mk" tmpfiles="$file1" trap '{ echo "trapped signal - removing temporary files" ; rm -rf $tmpfiles ; }' 1 2 3 15 trap 'rm -rf $tmpfiles' 1 2 3 15 # Remember to quote variables in generated makefiles( $ -> \$ ). cat > $file1 <aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/oslfile2streamwrap.hxx
AgeCommit message (Expand)Author
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen