Lines Matching refs:die
3 function die() function
19 cd $CHECKOUTDIR || die "could not changedir to $CHECKOUTDIR"
24 cvs co dbus || die "failed to cvs update"
25 cd dbus || die "could not cd to dbus"
31 ./autogen.sh --enable-xml-docs=yes --enable-doxygen-docs=yes || die "could not autogen"
32 doxygen Doxyfile || die "could not run Doxygen"
33 make -C doc || die "could not build docs"
43 cp README HACKING AUTHORS NEWS COPYING ChangeLog doc/ || die "could not copy in assorted files"
44 …/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up d…
46 tar tfz dbus-docs.tar.gz | sort > tarball.list || die "could not list tarball contents"
47 … '.c$' | grep -v man3dbus | grep -v .cvsignore | sort > filesystem.list || die "could not list doc…
49 diff -u filesystem.list tarball.list || die "some files were not included"