generate symlinks to .libs in modules directory
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 29 Jul 2001 20:06:33 +0000 (20:06 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sun, 29 Jul 2001 20:06:33 +0000 (20:06 +0000)
citadel/ChangeLog
citadel/Makefile.in

index cbf754dbf225f862f225fa73e14623b39200d77e..4ac00e2daa96a023cfe553b0d498f4cef98b6f4f 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 580.13  2001/07/29 20:06:33  nbryant
+ generate symlinks to .libs in modules directory
+
  Revision 580.12  2001/07/28 00:02:50  nbryant
  implemented read-only cursors. one of the advantages to these is that
  transactions can be avoided; a cursor operation that occurs within a
@@ -2619,3 +2622,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
+
index c5b98f3a1b048d43b224dcf025d3e7ec69d546cd..44de4329a0ebd342768978436c69a4b14eb25e21 100644 (file)
@@ -101,6 +101,7 @@ server: $(SERVER_TARGETS)
 utils: $(UTIL_TARGETS)
 
 serv_modules: $(SERV_MODULES)
+       @cd modules && mods=`echo .libs/*.s[ol]` && test "$$mods" != '.libs/*.s[ol]' && ln -sf $$mods . || true
 
 #
 #