From owner-freebsd-questions Sat Sep 9 9:37:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 098B537B423 for ; Sat, 9 Sep 2000 09:37:50 -0700 (PDT) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.1) with SMTP id JAA24831; Sat, 9 Sep 2000 09:37:38 -0700 (PDT) Date: Sat, 9 Sep 2000 09:50:22 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: Error in Makefile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 9 Sep 2000, David Daugherty wrote: > Hello again. Yes, I'm still trying to get kphpdevelop built on this > system...months later :) > > In the server_setup Makefile I get an error on this line: > clean-am: clean-hdr clean-tags clean-generic mostlyclean-am > > Is there anything in here which is not valid on BSD? I've tried looking in > man pages but I'm not finding much. The system make files are pretty much documented within the makefiles themselves. Look in /usr/share/mk or /usr/ports/Mk. I doubt those are the issues though. The makefile for a third party app should be self contained. Those targets _should_ work regardless of the system that your building on. They should not depend on a system make file. Telling us the error message would be a better way to get results that will help you. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message