Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
4e3a84ea
Commit
4e3a84ea
authored
Nov 02, 1995
by
Per Cederqvist
Browse files
Include gnumalloc.
Avoid distributing files named *.tmp.
parent
1ce01dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/makedist.sh
View file @
4e3a84ea
# makedist.sh -- build a distribution (use "make dist" to invoke this script).
# $Id: makedist.sh,v 1.
1
199
4
/1
2/31
1
1
:4
1
:3
4
ceder Exp $
# $Id: makedist.sh,v 1.
2
199
5
/1
1/02
1
9
:4
8
:3
9
ceder Exp $
# Copyright (C) 1994 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -57,7 +57,7 @@ for i in Makefile.in Makefile.src install-sh makedist.sh \
cp
${
srcdir
}
/scripts/
$i
lyskom-
$(
SERVER-VER
)
/scripts/||exit 1
;
\
done
cp
-r
${
srcdir
}
/run-support lyskom-
$(
SERVER-VER
)
/run-support
for
i
in
libansi libcommon libisc-new libmisc regex .cvsignore
;
do
\
for
i
in
libansi libcommon libisc-new libmisc regex .cvsignore
gnumalloc
;
do
\
cp
-r
${
srcdir
}
/src/libraries/
$i
\
lyskom-
$(
SERVER-VER
)
/src/libraries
\
||
exit
1
;
\
...
...
@@ -67,6 +67,8 @@ cp ${srcdir}/src/.cvsignore lyskom-$(SERVER-VER)/src/
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache-database.h
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache-database.c
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache.c
$RM
lyskom-
$(
SERVER-VER
)
/src/libraries/gnumalloc/Makefile
$RM
lyskom-
$(
SERVER-VER
)
/src/libraries/gnumalloc/gmalloc.c
cp
-r
${
srcdir
}
/src/include lyskom-
$(
SERVER-VER
)
/src/include
$RM
-r
lyskom-
$(
SERVER-VER
)
/src/include/ansi
cp
-r
${
srcdir
}
/db-crypt lyskom-
$(
SERVER-VER
)
...
...
@@ -74,7 +76,8 @@ cp -r ${srcdir}/db-nocrypt lyskom-$(SERVER-VER)
find lyskom-
$(
SERVER-VER
)
\
\(
-name
CVS
-o
-name
'*~'
-o
-name
'#*#'
-o
-name
'lib*.a'
\
-o
-name
'*.o'
-o
-name
'.#*'
-o
-name
core
-o
-name
'*.orig'
\
-o
-name
Makefile.in2
-o
-name
'stamp-*'
-o
-name
'TAGS'
\)
\
-o
-name
Makefile.in2
-o
-name
'stamp-*'
-o
-name
'TAGS'
\
-o
-name
'*.tmp'
\)
\
-print
-exec
rm
-rf
"{}"
\;
-prune
tar
cvf lyskom-
$(
SERVER-VER
)
.tar lyskom-
$(
SERVER-VER
)
$RM
lyskom-
$(
SERVER-VER
)
.tar.gz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment