]> jfr.im git - irc/unrealircd/unrealircd.git/commitdiff
- Changed Velcro/build script to fix a bug
authorstskeeps <redacted>
Tue, 5 Jun 2007 19:07:26 +0000 (19:07 +0000)
committerstskeeps <redacted>
Tue, 5 Jun 2007 19:07:26 +0000 (19:07 +0000)
Changes
velcro/build

diff --git a/Changes b/Changes
index bf76e7facec550d056378723ffe1f2891a9360b3..91df08f45bac8c7405fa091b1f55dea492ce953a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1731,3 +1731,4 @@ MOTDs
 - Adding Velcro (the build system from unreal4), for some experimentation
   with a new module API. Is currently not autoconf'ied, makefile'ed, etc.
   May the screaming commence.
+- Changed Velcro/build script to fix a bug
index 9d5c08caf198c14430688f9a61065cc15069ca1a..101b9781f08f56530ff17fa1f53603897c52d1bb 100755 (executable)
@@ -5,3 +5,4 @@ echo --- Building dependancies for $1
 cat $1.depends | ../velcro/epl ../velcro/build
 echo --- Building $1 
 g++ -fPIC -DPIC -shared -export-dynamic -o $1.so $1.cc
+echo --- Done building $1