From owner-freebsd-hackers Wed Jan 4 12:03:32 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA28891 for hackers-outgoing; Wed, 4 Jan 1995 12:03:32 -0800 Received: from foxtrot.innovus.com (foxtrot.innovus.com [192.75.186.38]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id MAA28885 for ; Wed, 4 Jan 1995 12:03:28 -0800 Message-Id: <199501042003.MAA28885@freefall.cdrom.com> Received: by foxtrot.innovus.com (1.37.109.8/16.2) id AA05919; Wed, 4 Jan 1995 15:10:02 -0500 From: Martin Renters Subject: compile problems in /usr/src/gnu/libexec/uucp/doc To: freebsd-hackers@freefall.cdrom.com Date: Wed, 4 Jan 95 15:10:02 EST Mailer: Elm [revision: 70.85] Sender: hackers-owner@FreeBSD.org Precedence: bulk Whilst doing a make clean in /usr/src/gnu/libexec/uucp/doc the Makefile wipes out the source files. The source file is called uucp.texi and doing a make clean does rm -f uucp.* among other things...This causes make world to fail. The real problem appears to be in bsd.doc.mk (which is called by bsd.info.mk) in the 'clean' rule. Perhaps someone with a better understanding of the interactions between these files can fix this. Martin