mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
some cvs clients barf without the -d option (stupid, stupid win98 shell)
This commit is contained in:
parent
8b3876b8cc
commit
6d1e6697e5
@ -29,6 +29,8 @@ MOZ_TOP=mozilla
|
||||
|
||||
!if defined(MOZ_DATE)
|
||||
CVSCO = cvs -q co -P -D "$(MOZ_DATE)"
|
||||
!elseif defined(CVSROOT)
|
||||
CVSCO = cvs -d $(CVSROOT) -q co -P
|
||||
!else
|
||||
CVSCO = cvs -q co -P
|
||||
!endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user