Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
5f4631ba
Commit
5f4631ba
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Added rule for creation of distribution of server.
parent
e98b6063
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+18
-0
18 additions, 0 deletions
Makefile
with
18 additions
and
0 deletions
Makefile
+
18
−
0
View file @
5f4631ba
...
@@ -4,6 +4,7 @@ SCRIPTDIR = $(TOPDIR)/scripts
...
@@ -4,6 +4,7 @@ SCRIPTDIR = $(TOPDIR)/scripts
include
$(SCRIPTDIR)/import.make
include
$(SCRIPTDIR)/import.make
SUBDIRS
=
doc junk scripts src
SUBDIRS
=
doc junk scripts src
SERVER-VER
=
1.0
all
:
includes libraries binaries
all
:
includes libraries binaries
...
@@ -56,3 +57,20 @@ clean:
...
@@ -56,3 +57,20 @@ clean:
echo
making clean
in
directory
$$
i
;
\
echo
making clean
in
directory
$$
i
;
\
(
cd
$$
i
;
$(
MAKE
)
$(
EXPORTS
)
clean
)
\
(
cd
$$
i
;
$(
MAKE
)
$(
EXPORTS
)
clean
)
\
done
done
distribution
:
clean
-$(
RM
)
-r
lyskom-
$(
SERVER-VER
)
mkdir
lyskom-
$(
SERVER-VER
)
cp
-r
doc lyskom-
$(
SERVER-VER
)
/doc
cp
-r
scripts lyskom-
$(
SERVER-VER
)
/scripts
mkdir
lyskom-
$(
SERVER-VER
)
/src
mkdir
lyskom-
$(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libansi lyskom-
$(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libcommon lyskom-
$(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libisc lyskom-
$(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libmisc lyskom-
$(
SERVER-VER
)
/src/libraries
cp
-r
src/server lyskom-
$(
SERVER-VER
)
/src
find lyskom-
$(
SERVER-VER
)
-name
CVS.adm
-print
-exec
rm
-rf
{}
\;
-prune
tar
cvf lyskom-
$(
SERVER-VER
)
.tar lyskom-
$(
SERVER-VER
)
.tar
compress lyskom-
$(
SERVER-VER
)
.tar
$(
RM
)
-r
lyskom-
$(
SERVER-VER
)
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