mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-04 22:19:57 +00:00
Suppress misleading error message of diff during make run.
This commit is contained in:
parent
3debe00581
commit
d8f3c2b42b
@ -12,6 +12,7 @@
|
||||
|
||||
ngIRCd CVS-HEAD
|
||||
|
||||
- Suppress misleading error message of diff during make run.
|
||||
- Enhanced test-suite and made it work on GNU/Hurd.
|
||||
- Fixed minor typo in debug output :-)
|
||||
|
||||
@ -463,4 +464,4 @@ ngIRCd 0.0.1, 31.12.2001
|
||||
|
||||
|
||||
--
|
||||
$Id: ChangeLog,v 1.209 2003/08/30 20:37:15 alex Exp $
|
||||
$Id: ChangeLog,v 1.210 2003/09/09 13:24:41 alex Exp $
|
||||
|
@ -8,7 +8,7 @@
|
||||
# (at your option) any later version.
|
||||
# Please read the file COPYING, README and AUTHORS for more information.
|
||||
#
|
||||
# $Id: Makefile.am,v 1.40 2003/05/03 16:29:57 alex Exp $
|
||||
# $Id: Makefile.am,v 1.41 2003/09/09 13:24:41 alex Exp $
|
||||
#
|
||||
|
||||
AUTOMAKE_OPTIONS = ../portab/ansi2knr
|
||||
@ -71,7 +71,8 @@ cvs-date:
|
||||
| $(AWK) "{ print \$$9 }" | sort | tail -1 \
|
||||
| sed -e "s/\//-/g" )\"" > cvs-version.new \
|
||||
|| echo "" > cvs-version.new
|
||||
diff cvs-version.h cvs-version.new || cp cvs-version.new cvs-version.h
|
||||
diff cvs-version.h cvs-version.new 2>/dev/null \
|
||||
|| cp cvs-version.new cvs-version.h
|
||||
|
||||
TESTS = check-version check-help
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user