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

Comparing configure (file contents):
Revision 1.64 by arta, Thu Feb 17 20:11:23 2011 UTC vs.
Revision 1.65 by arta, Thu Feb 17 23:15:55 2011 UTC

# Line 174 | Line 174 | endif
174              rm ${LOCALIZATIONDIR}/custom.mk
175          endif
176  
177 +        # Must create the scripts subdirectory before the call to gen_init.csh
178 +        if (!(-d scripts)) then
179 +            mkdir scripts
180 +        endif
181 +
182          if (!(-e configsdp.txt)) then
183              if (!(-e config.local)) then
184                  echo "Error: config.local not found. If you have a saved version of this"
# Line 261 | Line 266 | endif
266          endif
267  
268          echo "Setting links to scripts..."
264        if (!(-d scripts)) then
265            mkdir scripts
266        endif
269          cd scripts
270  
271          # Sums scripts

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines