version 1.35, 2009/01/29 19:46:49
|
version 1.37, 2009/01/30 00:18:05
|
Line 221 if ($CHKLIBS == "no") then |
|
Line 221 if ($CHKLIBS == "no") then |
|
#ln -sfv /usr/local/include include | #ln -sfv /usr/local/include include |
#if (!(-d lib)) mkdir lib | #if (!(-d lib)) mkdir lib |
#ln -sfv /usr/local/lib lib/$JSOC_MACHINE | #ln -sfv /usr/local/lib lib/$JSOC_MACHINE |
#endif |
endif |
| |
set TPWARN = 0 | set TPWARN = 0 |
| |
Line 353 if ($CHKLIBS == "yes") then |
|
Line 353 if ($CHKLIBS == "yes") then |
|
| |
endif | endif |
| |
# Call gen_init.csh to generate localized scripts and localization.h |
# Site Localization |
if (!(-e suflag.txt)) then | if (!(-e suflag.txt)) then |
|
if (!(-e config.local) then |
|
echo "You must copy config.local.template to config.local, then edit config.local to contain localized values." |
|
echo "****IMPORTANT WARNING**** The edited config.local will contain important entries - keep it safe, especially during updates to new NetDRMS versions." |
|
else |
echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk | echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk |
./gen_init.csh | ./gen_init.csh |
endif | endif |
|
endif |