ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/configure
(Generate patch)

Comparing configure (file contents):
Revision 1.8 by arta, Wed Oct 10 18:12:32 2007 UTC vs.
Revision 1.9 by arta, Fri Oct 12 21:47:51 2007 UTC

# Line 137 | Line 137 | if ($CHKLIBS == "no") then
137          # Util scripts
138          find ../src/base/util/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
139  
140 +        # DRMS / IDL-interface scripts
141 +        find ../src/base/drms/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
142 +
143          # Project-specific scripts - these won't show up if you don't have the project source.
144          if (-x ../src/proj/configure) then
145              ../src/proj/configure

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines