X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/1ef940ed393da8f8d74505196399215d6bb21016..69849029abd00364d579c40c58a41a82e896d66e:/import_libevent diff --git a/import_libevent b/import_libevent index 5d205f0..614cddd 100755 --- a/import_libevent +++ b/import_libevent @@ -1,5 +1,15 @@ #!/bin/sh +if ! [ -e evbuffer.c ]; then + echo do not run this programm unless you know what you are doing + exit 1 +fi + +# this program combines libev and libevent into a single package + +cvs update -AdP libev +rsync -avP libev/. . --exclude CVS + LE=../libevent-1.4.0-beta cp $LE/evdns.h .