test for ../collects/repos-time-stamp instead of CVS
svn: r14
This commit is contained in:
parent
c77caa37e0
commit
5a4f91c415
|
@ -83,8 +83,8 @@ copy-finish:
|
|||
cd $(prefix); ./install
|
||||
|
||||
inplace-finish:
|
||||
if [ ! -d $(srcdir)/CVS -a ! -d $(srcdir)/.svn ] ; then cd $(prefix); ./install ; fi
|
||||
if [ -d $(srcdir)/CVS -o -d $(srcdir)/.svn ] ; then cat $(srcdir)/mzscheme/imsg.txt ; fi
|
||||
if [ ! -d $(srcdir)/../collects/repos-time-stamp ] ; then cd $(prefix); ./install ; fi
|
||||
if [ -d $(srcdir)/../collects/repos-time-stamp ] ; then cat $(srcdir)/mzscheme/imsg.txt ; fi
|
||||
|
||||
copytree:
|
||||
cp -p -r $(srcdir)/../collects $(prefix)/.
|
||||
|
|
Loading…
Reference in New Issue
Block a user