INN commit: trunk (4 files)
INN Commit
Russ_Allbery at isc.org
Wed Sep 19 11:24:28 UTC 2007
Date: Wednesday, September 19, 2007 @ 04:24:28
Author: iulius
Revision: 7684
Better print of dependencies (there were sometimes too many spaces).
Modified:
trunk/innd/Makefile
trunk/lib/Makefile
trunk/nnrpd/Makefile
trunk/support/makedepend
--------------------+
innd/Makefile | 2 +-
lib/Makefile | 2 +-
nnrpd/Makefile | 4 ++--
support/makedepend | 2 ++
4 files changed, 6 insertions(+), 4 deletions(-)
Modified: innd/Makefile
===================================================================
--- innd/Makefile 2007-09-18 19:44:47 UTC (rev 7683)
+++ innd/Makefile 2007-09-19 11:24:28 UTC (rev 7684)
@@ -183,7 +183,7 @@
../include/inn/history.h ../include/inn/messages.h \
../include/inn/timer.h ../include/inn/libinn.h ../include/nntp.h \
../include/inn/nntp.h ../include/inn/paths.h ../include/inn/storage.h \
- ../include/ppport.h \
+ ../include/ppport.h \
../include/innperl.h
proc.o: proc.c ../include/config.h ../include/inn/defines.h \
../include/inn/system.h ../include/inn/options.h ../include/clibrary.h \
Modified: lib/Makefile
===================================================================
--- lib/Makefile 2007-09-18 19:44:47 UTC (rev 7683)
+++ lib/Makefile 2007-09-19 11:24:28 UTC (rev 7684)
@@ -356,5 +356,5 @@
perl.o: perl.c ../include/config.h ../include/inn/defines.h \
../include/inn/system.h ../include/inn/options.h ../include/clibrary.h \
../include/config.h ../include/inn/libinn.h ../include/inn/defines.h \
- ../include/ppport.h \
+ ../include/ppport.h \
../include/innperl.h
Modified: nnrpd/Makefile
===================================================================
--- nnrpd/Makefile 2007-09-18 19:44:47 UTC (rev 7683)
+++ nnrpd/Makefile 2007-09-19 11:24:28 UTC (rev 7684)
@@ -181,8 +181,8 @@
../include/portable/time.h ../include/inn/qio.h ../include/inn/libinn.h \
../include/nntp.h ../include/inn/nntp.h ../include/inn/paths.h \
../include/inn/storage.h ../include/inn/vector.h ../include/inn/timer.h \
- post.h \
- ../include/ppport.h \
+ post.h \
+ ../include/ppport.h \
../include/innperl.h
perm.o: perm.c ../include/config.h ../include/inn/defines.h \
../include/inn/system.h ../include/inn/options.h ../include/clibrary.h \
Modified: support/makedepend
===================================================================
--- support/makedepend 2007-09-18 19:44:47 UTC (rev 7683)
+++ support/makedepend 2007-09-19 11:24:28 UTC (rev 7684)
@@ -23,11 +23,13 @@
base=`echo "$source" | sed 's/\..*//'`
gcc -MM $flags "$source" | sed "s%^[^.: ][^.: ]*%$base%" \
| sed -e 's%\(^\| *\)/[^ ]* *%\1%g' -e '/^ *\\$/d' \
+ -e 's/ *\( \| \\\)/\1/g' \
>> .makefile.tmp
;;
*)
gcc -MM $flags "$source" \
| sed -e 's%\(^\| *\)/[^ ]*%\1%g' -e '/^ *\\$/d' \
+ -e 's/ *\( \| \\\)/\1/g' \
>> .makefile.tmp
;;
esac
More information about the inn-committers
mailing list