Skip to content
GitLab
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
0a9e787e
Commit
0a9e787e
authored
Jan 01, 2006
by
Per Cederqvist
Browse files
Since .cvsignore no longer exist, we cannot distribute it.
parent
dc65390c
Changes
30
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0a9e787e
2006-01-01 Per Cederqvist <ceder@lysator.liu.se>
Since .cvsignore no longer exist, we cannot distribute it.
* Makefile.am (EXTRA_DIST): Removed .cvsignore.
* db-crypt/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* db-crypt/db/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* doc/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* doc/man/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* run-support/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* scripts/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* scripts/lyskomd-copyrights: Removed .cvsignore.
* src/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/include/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/include/server/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/adns/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/adns/client/Makefile.am (EXTRA_DIST): Removed
.cvsignore.
* src/libraries/adns/src/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/libansi/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/libcommon/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/libeintr/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/libmisc/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/libraries/liboop/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/server/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/server/testsuite/Makefile.am (EXTRA_DIST): Removed .cvsignore.
* src/server/testsuite/config/Makefile.am (EXTRA_DIST): Removed
.cvsignore.
* src/server/testsuite/lyskomd.0/Makefile.am (EXTRA_DIST): Removed
.cvsignore.
2005-12-28 Per Cederqvist <ceder@lysator.liu.se>
Cleanup of simple-cache.c. (Bug 172). Allocate less memory when
...
...
Makefile.am
View file @
0a9e787e
...
...
@@ -24,7 +24,7 @@
include
$(top_srcdir)/scripts/common.make
SUBDIRS
=
scripts doc src run-support db-crypt m4
EXTRA_DIST
=
.cvsignore
ChangeLog.1 README.FSF HACKING mkmi
\
EXTRA_DIST
=
ChangeLog.1 README.FSF HACKING mkmi
\
versions
DISTCLEANFILES
=
config.cache
...
...
db-crypt/Makefile.am
View file @
0a9e787e
...
...
@@ -24,4 +24,3 @@
include
$(top_srcdir)/scripts/common.make
SUBDIRS
=
db
EXTRA_DIST
=
.cvsignore
doc/Makefile.am
View file @
0a9e787e
...
...
@@ -37,7 +37,7 @@ MOSTLYCLEANFILES = Protocol-A.notab lyskomd.notab *.tmp \
DISTCLEANFILES
=
Protocol-A.pdf protocol-a-current.txt
\
protocol-a-recommended.txt protocol-a-full.txt
EXTRA_DIST
=
.cvsignore
\
EXTRA_DIST
=
\
IDEAS
\
checkargs.py
\
cmsltt12.mf
\
...
...
doc/man/Makefile.am
View file @
0a9e787e
...
...
@@ -27,4 +27,4 @@ include $(top_srcdir)/scripts/common.make
man_MANS
=
lyskom.5 dbck.8 lyskomd.8 updateLysKOM.8
\
savecore-lyskom.8 splitkomdb.8
EXTRA_DIST
=
.cvsignore
$(man_MANS)
EXTRA_DIST
=
$(man_MANS)
run-support/Makefile.am
View file @
0a9e787e
...
...
@@ -29,7 +29,7 @@ sbin_SCRIPTS = savecore-lyskom
# config should be in sysconf_DATA, but we don't want to install it on
# top of any configuration that the user may have edited.
sysconf_DATA
=
aux-items.conf
EXTRA_DIST
=
config
.cvsignore
savecore.sh aux-items.conf
EXTRA_DIST
=
config savecore.sh aux-items.conf
MOSTLYCLEANFILES
=
savecore-lyskom
...
...
src/Makefile.am
View file @
0a9e787e
...
...
@@ -24,4 +24,3 @@
include
$(top_srcdir)/scripts/common.make
SUBDIRS
=
include libraries server
EXTRA_DIST
=
.cvsignore
src/include/server/Makefile.am
View file @
0a9e787e
...
...
@@ -25,5 +25,3 @@
include
$(top_srcdir)/scripts/common.make
noinst_HEADERS
=
smalloc.h
EXTRA_DIST
=
.cvsignore
src/libraries/Makefile.am
View file @
0a9e787e
...
...
@@ -25,5 +25,3 @@
include
$(top_srcdir)/scripts/common.make
SUBDIRS
=
adns liboop libisc-new libansi regex libcommon libmisc libeintr
EXTRA_DIST
=
.cvsignore
src/libraries/adns/Makefile.am
View file @
0a9e787e
...
...
@@ -10,4 +10,4 @@ SUBDIRS = src client
# Files omitted from the lyskom-server distribution of adns:
# settings.make.in: obsoleted by our automake use.
EXTRA_DIST
=
.cvsignore
GPL-vs-LGPL README.html TODO changelog
EXTRA_DIST
=
GPL-vs-LGPL README.html TODO changelog
src/libraries/adns/client/Makefile.am
View file @
0a9e787e
...
...
@@ -6,4 +6,3 @@ adnshost_SOURCES = adh-main.c adh-opts.c adh-query.c adnshost.h client.h
adnshost_LDADD
=
../src/libadns.a
AM_CPPFLAGS
=
-I
$(srcdir)
/../src
EXTRA_DIST
=
.cvsignore
src/libraries/adns/src/Makefile.am
View file @
0a9e787e
...
...
@@ -15,5 +15,3 @@ libadns_a_SOURCES = \
transmit.c
\
tvarith.h
\
types.c
EXTRA_DIST
=
.cvsignore
src/libraries/libansi/Makefile.am
View file @
0a9e787e
...
...
@@ -31,7 +31,7 @@ libansi_a_LIBADD = @LIBOBJS@
# strdup is not currently used. Edit configure.in and remove strdup.c
# from EXTRA_DIST if it is ever used again.
EXTRA_DIST
=
.cvsignore
strdup.c
EXTRA_DIST
=
strdup.c
AM_CPPFLAGS
=
-I
$(srcdir)
/../../include
...
...
src/libraries/libcommon/Makefile.am
View file @
0a9e787e
...
...
@@ -29,7 +29,7 @@ noinst_LIBRARIES = liblyskom-server.a
liblyskom_server_a_SOURCES
=
kom-errno.c misc-parser.c parser.c
\
misc-parser.h parser.h
EXTRA_DIST
=
.cvsignore
ChangeLog.1
EXTRA_DIST
=
ChangeLog.1
AM_CPPFLAGS
=
-I
$(srcdir)
/../../include
-I
$(srcdir)
/../libmisc
...
...
src/libraries/libeintr/Makefile.am
View file @
0a9e787e
...
...
@@ -30,7 +30,7 @@ nodist_libeintr_a_SOURCES = eintr.h $(funcs)
funcs
=
fopen.c fclose.c rename.c
EXTRA_DIST
=
.cvsignore
eintr.h.pre funcs.txt gen-wrapper.awk
EXTRA_DIST
=
eintr.h.pre funcs.txt gen-wrapper.awk
eintr.h $(funcs)
:
funcs.txt gen-wrapper.awk eintr.h.pre
$(RM)
eintr.h
...
...
src/libraries/libisc-new/ChangeLog
View file @
0a9e787e
2006
-
01
-
01
Per
Cederqvist
<
ceder
@
lysator
.
liu
.
se
>
Since
.
cvsignore
no
longer
exist
,
we
cannot
distribute
it
.
*
Makefile
.
am
(
EXTRA_DIST
):
Removed
.
cvsignore
.
*
demo
/
Makefile
.
am
(
EXTRA_DIST
):
Removed
.
cvsignore
.
*
doc
/
Makefile
.
am
(
EXTRA_DIST
):
Removed
.
cvsignore
.
*
man
/
Makefile
.
am
(
EXTRA_DIST
):
Removed
.
cvsignore
.
*
src
/
Makefile
.
am
(
EXTRA_DIST
):
Removed
.
cvsignore
.
2005
-
12
-
11
Per
Cederqvist
<
ceder
@
moria
.
cederqvist
>
Doc
improvement
.
...
...
src/libraries/libisc-new/Makefile.am
View file @
0a9e787e
...
...
@@ -22,6 +22,6 @@
SUBDIRS
=
src man doc demo
AUTOMAKE_OPTIONS
=
gnu
RM
=
rm
-f
EXTRA_DIST
=
.cvsignore
README.DEVO RELEASING
EXTRA_DIST
=
README.DEVO RELEASING
MAINTAINERCLEANFILES
=
Makefile.in aclocal.m4 configure
\
install-sh mkinstalldirs missing INSTALL COPYING
src/libraries/libisc-new/demo/Makefile.am
View file @
0a9e787e
...
...
@@ -19,6 +19,6 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST
=
mux.c mux.h tcp.c udp.c
.cvsignore
EXTRA_DIST
=
mux.c mux.h tcp.c udp.c
MAINTAINERCLEANFILES
=
Makefile.in
src/libraries/libisc-new/doc/Makefile.am
View file @
0a9e787e
EXTRA_DIST
=
.cvsignore
MAINTAINERCLEANFILES
=
Makefile.in
src/libraries/libisc-new/man/Makefile.am
View file @
0a9e787e
...
...
@@ -23,6 +23,6 @@ noinst_MANS = isc.3x isc_initialize.3x isc_shutdown.3x isc_openfd.3x \
isc_openfile.3x isc_opentcp.3x isc_close.3x isc_listentcp.3x
\
isc_unlisten.3x isc_createtcp.3x isc_destroy.3x
EXTRA_DIST
=
$(noinst_MANS)
TEMPLATE
.cvsignore
EXTRA_DIST
=
$(noinst_MANS)
TEMPLATE
MAINTAINERCLEANFILES
=
Makefile.in
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment