Skip to content
Snippets Groups Projects
Commit 8ae4faae authored by rswindell's avatar rswindell
Browse files

A "cvs login" is not actually necessary.

parent 8e7cfb39
No related branches found
No related tags found
No related merge requests found
......@@ -154,22 +154,22 @@ endif
# CVS checkout command-line
CVS_CO = @cd $(SBBSDIR); cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs co -r $(CVSTAG)
src: cvslogin
src:
ifndef NOCVS
$(CVS_CO) src-sbbs3
endif
run: cvslogin
run:
ifndef NOCVS
$(CVS_CO) run-sbbs3
endif
$(SBBSDIR)/lib/mozilla/js/$(machine).$(SUFFIX): cvslogin
$(SBBSDIR)/lib/mozilla/js/$(machine).$(SUFFIX):
ifndef NOCVS
$(CVS_CO) lib/mozilla/js/$(machine).$(SUFFIX)
endif
$(SBBSDIR)/lib/mozilla/nspr/$(machine).$(SUFFIX): cvslogin
$(SBBSDIR)/lib/mozilla/nspr/$(machine).$(SUFFIX):
ifndef NOCVS
$(CVS_CO) lib/mozilla/nspr/$(machine).$(SUFFIX)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment