зеркало из https://github.com/mozilla/gecko-dev.git
Removing -d "$(CVSROOT)" option. This messes up under 4nt.
a=leaf@netscape.com
This commit is contained in:
Родитель
5c471baee6
Коммит
146bdc6024
12
client.mak
12
client.mak
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче