Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
813182dd
Commit
813182dd
authored
22 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added cvs co cmds for getting the new node2-4 dirs and lib dirs from cvs.
parent
44ee291a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/GNUmakefile
+22
-2
22 additions, 2 deletions
install/GNUmakefile
with
22 additions
and
2 deletions
install/GNUmakefile
+
22
−
2
View file @
813182dd
...
...
@@ -88,7 +88,7 @@ externals: sbj sbl
sbbs3
:
$(SBBSDIR)/src/sbbs3 $(SBBSDIR)/src/uifc $(SBBSDIR)/src/xpdev
\
$(SBBSDIR)/src/mozilla
$(SBBSDIR)/src/mozilla
$(SBBSDIR)/lib/mozilla/js/$(os).$(SUFFIX)
gmake
-C
$(
SBBSDIR
)
/src/sbbs3
$(
MKFLAGS
)
MKFLAGS
+=
BAJAPATH
=
../src/sbbs3/
$(
CCPRE
)
.
$(
os
)
.exe.
$(
SUFFIX
)
/baja
...
...
@@ -104,7 +104,7 @@ sbj: $(SBBSDIR)/xtrn
sbl
:
$(SBBSDIR)/xtrn
gmake
-C
$(
SBBSDIR
)
/xtrn/sbl
$(
MKFLAGS
)
SBBS_SRC
=
$(
SBBSDIR
)
/src/sbbs3
XPDEV
=
$(
SBBSDIR
)
/src/xpdev
install
:
all $(SBBSDIR)/ctrl $(SBBSDIR)/text $(SBBSDIR)/node1
install
:
all $(SBBSDIR)/ctrl $(SBBSDIR)/text $(SBBSDIR)/node1
$(SBBSDIR)/node2 $(SBBSDIR)/node3 $(SBBSDIR)/node4
ifeq
($(INSTALL),UNIX)
@
echo
ERROR: UNIX Install
type
not yet supported.
fail
...
...
@@ -148,6 +148,21 @@ ifndef NOCVS
$(
CVS_CO
)
node1
endif
$(SBBSDIR)/node2
:
cvslogin
ifndef
NOCVS
$(
CVS_CO
)
node2
endif
$(SBBSDIR)/node3
:
cvslogin
ifndef
NOCVS
$(
CVS_CO
)
node3
endif
$(SBBSDIR)/node4
:
cvslogin
ifndef
NOCVS
$(
CVS_CO
)
node4
endif
$(SBBSDIR)/xtrn
:
cvslogin
ifndef
NOCVS
$(
CVS_CO
)
-N
xtrn
...
...
@@ -173,6 +188,11 @@ ifndef NOCVS
$(
CVS_CO
)
src/mozilla
endif
$(SBBSDIR)/lib/mozilla/js/$(os).$(SUFFIX)
:
cvslogin
ifndef
NOCVS
$(
CVS_CO
)
lib/mozilla/js/
$(
os
)
.
$(
SUFFIX
)
endif
cvslogin
:
$(SBBSDIR)
ifndef
NOCVS
@
echo
Press
\<
ENTER
\>
when prompted
for
password
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment