Removing -d "$(CVSROOT)" option. This messes up under 4nt.

a=leaf@netscape.com
This commit is contained in:
dougt%netscape.com 2000-07-06 21:20:26 +00:00
Родитель 5c471baee6
Коммит 146bdc6024
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -56,8 +56,18 @@ CVS_FLAGS=$(MOZ_CVS_FLAGS)
# let's be explicit about CVSROOT... some windows cvs clients
# are too stupid to correctly work without the -d option
#
# if they are too stupid, they should fail. I am
# commenting this out because this does not work
# under 4nt. (%'s are evaluted differently)
#
# If it breaks you, mail dougt@netscape.com
# and leaf@mozilla.org
#
!if 0
!if defined(CVSROOT)
CVS_FLAGS=$(CVS_FLAGS) -d $(CVSROOT)
CVS_FLAGS=$(CVS_FLAGS) -d "$(CVSROOT)"
!endif
!endif
CVSCO = cvs -q $(CVS_FLAGS) co $(CVS_BRANCH) -P