From 95c1c1e05f290ccbcc2ff863a62bcee5d57bf5c8 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 14 Apr 2000 21:45:29 +0000 Subject: Fix a tar bug: tar removed leading '/'s for symlink targets. Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile index aebe8a847..10550f6df 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -12,6 +12,7 @@ doc: @rm pod2html-* pod2man --center=BusyBox --release="version $(VERSION)" busybox.pod > ../BusyBox.1 pod2text busybox.pod > ../BusyBox.txt + @rm -f pod2html* clean:: @rm -f ../BusyBox.html ../BusyBox.1 ../BusyBox.txt pod2html* -- cgit v1.2.3