]> git.llucax.com Git - software/libev.git/blobdiff - import_libevent
*** empty log message ***
[software/libev.git] / import_libevent
index 5d205f0f99de82c7461f1944bacf7449e3a1e848..614cddd93540ea1bd46c329d4cdb2a8f4193f6c9 100755 (executable)
@@ -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 .