]> code.citadel.org Git - citadel.git/commitdiff
stuff
authorArt Cancro <ajc@citadel.org>
Tue, 13 Oct 1998 00:57:43 +0000 (00:57 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Oct 1998 00:57:43 +0000 (00:57 +0000)
citadel/serv_upgrade.sh [new file with mode: 0755]

diff --git a/citadel/serv_upgrade.sh b/citadel/serv_upgrade.sh
new file mode 100755 (executable)
index 0000000..cda999f
--- /dev/null
@@ -0,0 +1,6 @@
+#/bin/sh
+#
+# Please don't add this to the Makefile
+#
+cc -O2 -Wall -D_REENTRANT -fPIC -c serv_upgrade.c
+cc -shared -o /appl/develcit/citadel/modules/serv_upgrade.so serv_upgrade.o