mirror of
https://github.com/osmarks/ngircd.git
synced 2025-05-04 16:34:06 +00:00
"make clean" and "make maintainer-clean" remove more files now. [from HEAD]
This commit is contained in:
parent
2a3ec21702
commit
15d31d31db
@ -10,6 +10,10 @@
|
|||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
|
ngircd 0.8.0-pre2
|
||||||
|
|
||||||
|
- "make clean" and "make maintainer-clean" remove more files mow.
|
||||||
|
|
||||||
ngIRCd 0.8.0-pre1 (2004-05-07)
|
ngIRCd 0.8.0-pre1 (2004-05-07)
|
||||||
|
|
||||||
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
- Two new configuration options: "ChrootDir" and "MotdPhrase", thanks to
|
||||||
@ -521,4 +525,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.233.2.2 2004/05/07 11:56:19 alex Exp $
|
$Id: ChangeLog,v 1.233.2.3 2004/05/11 00:38:17 alex Exp $
|
||||||
|
@ -8,18 +8,21 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.14 2004/01/01 22:24:48 alex Exp $
|
# $Id: Makefile.am,v 1.14.2.1 2004/05/11 00:38:17 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = gnu
|
AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
SUBDIRS = doc src man contrib
|
SUBDIRS = doc src man contrib
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
rm -f build-stamp*
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te.cache
|
||||||
rm -f Makefile.in Makefile aclocal.m4 configure
|
rm -f Makefile.in Makefile aclocal.m4 configure
|
||||||
rm -f mkinstalldirs missing depcomp install-sh
|
rm -f mkinstalldirs missing depcomp install-sh
|
||||||
rm -f config.log build-stamp* debian
|
rm -f config.log debian
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
make -C src/ngircd lint
|
make -C src/ngircd lint
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.3 2004/01/13 01:10:11 alex Exp $
|
# $Id: Makefile.am,v 1.3.2.1 2004/05/11 00:38:17 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
EXTRA_DIST = rules changelog compat control copyright \
|
EXTRA_DIST = rules changelog compat control copyright \
|
||||||
@ -16,11 +16,12 @@ EXTRA_DIST = rules changelog compat control copyright \
|
|||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in
|
||||||
|
|
||||||
|
clean-local:
|
||||||
rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
|
rm -f ngircd.postinst.debhelper ngircd.postrm.debhelper \
|
||||||
ngircd.prerm.debhelper ngircd.substvars
|
ngircd.prerm.debhelper ngircd.substvars
|
||||||
rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
|
rm -f ngircd-full.postinst.debhelper ngircd-full.postrm.debhelper \
|
||||||
ngircd-full.prerm.debhelper ngircd-full.substvars
|
ngircd-full.prerm.debhelper ngircd-full.substvars
|
||||||
|
|
||||||
rm -rf ngircd ngircd-full
|
rm -rf ngircd ngircd-full
|
||||||
rm -f files
|
rm -f files
|
||||||
|
|
||||||
|
@ -8,10 +8,13 @@
|
|||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
# Please read the file COPYING, README and AUTHORS for more information.
|
# Please read the file COPYING, README and AUTHORS for more information.
|
||||||
#
|
#
|
||||||
# $Id: Makefile.am,v 1.1 2004/02/29 17:19:43 alex Exp $
|
# $Id: Makefile.am,v 1.1.2.1 2004/05/11 00:38:17 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
|
maintainer-clean-local:
|
||||||
|
rm -f Makefile Makefile.in
|
||||||
|
|
||||||
# -eof-
|
# -eof-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user