|
From: <wsh...@us...> - 2003-08-08 15:18:34
|
Update of /cvsroot/emc/rcslib
In directory sc8-pr-cvs1:/tmp/cvs-serv10345
Modified Files:
Tag: wps_multiplat_dev_branch
buildrcs
Log Message:
use a csh way of checking to see if we want to do things the old way
Index: buildrcs
===================================================================
RCS file: /cvsroot/emc/rcslib/buildrcs,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -d -r1.7.2.1 -r1.7.2.2
*** buildrcs 8 Aug 2003 15:08:46 -0000 1.7.2.1
--- buildrcs 8 Aug 2003 15:18:31 -0000 1.7.2.2
***************
*** 1,8 ****
#!/bin/csh -f
! if test "x${USE_OLD_RCSLIB_MAKEFILES}" = "x" ; then
etc/multiplatbuild.sh
exit 0
! fi
--- 1,8 ----
#!/bin/csh -f
! if ( ! -f ~/USE_OLD_RCSLIB_MAKEFILES ) then
etc/multiplatbuild.sh
exit 0
! endif
|