mirror of
https://github.com/osmarks/ngircd.git
synced 2025-02-01 10:09:10 +00:00
Made Makefiles more compatible with "make -j<N>".
This commit is contained in:
parent
8d5e170091
commit
0424747e95
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
ngIRCd CVS-HEAD
|
ngIRCd CVS-HEAD
|
||||||
|
|
||||||
- (none)
|
- Made Makefile more compatible with "make -j<n>".
|
||||||
|
|
||||||
ngIRCd 0.7.0 (2003-05-01)
|
ngIRCd 0.7.0 (2003-05-01)
|
||||||
- "ServerName" is checked better now: a dot (".") is required.
|
- "ServerName" is checked better now: a dot (".") is required.
|
||||||
@ -451,4 +451,4 @@ ngIRCd 0.0.1, 31.12.2001
|
|||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
$Id: ChangeLog,v 1.201 2003/05/01 10:17:24 alex Exp $
|
$Id: ChangeLog,v 1.202 2003/05/03 16:29:57 alex Exp $
|
||||||
|
@ -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.39 2003/03/31 19:01:02 alex Exp $
|
# $Id: Makefile.am,v 1.40 2003/05/03 16:29:57 alex Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = ../portab/ansi2knr
|
AUTOMAKE_OPTIONS = ../portab/ansi2knr
|
||||||
@ -61,7 +61,9 @@ lint:
|
|||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
|
|
||||||
ngircd.c: cvs-date cvs-version.h
|
ngircd.c: cvs-version.h
|
||||||
|
|
||||||
|
cvs-version.h: cvs-date
|
||||||
|
|
||||||
cvs-date:
|
cvs-date:
|
||||||
grep VERSION ../config.h | grep "CVS" \
|
grep VERSION ../config.h | grep "CVS" \
|
||||||
|
Loading…
Reference in New Issue
Block a user