Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 1996 11:20:00 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        svincent@ISI.EDU (Subramaniam Vincent)
Cc:        hackers@freebsd.org, questions@freebsd.org
Subject:   Re: Sun code port to freebsd - Makefile issues
Message-ID:  <199609111820.LAA05158@phaeton.artisoft.com>
In-Reply-To: <Pine.SUN.3.92.960910155921.19862A-100000@gra.isi.edu> from "Subramaniam Vincent" at Sep 10, 96 04:05:26 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> Can anyone give me some advice on how make a *clean* port of code from
> sun to freebsd, where the sun Makefile contains include files not there in
> the freebsd distbn. *clean* concerns the  dependency lines  at the
> bottom of the Makefile.
> 
> When I move over the code & Makefile to the freebsd platform, I need to
> manually remove dependency lines the correspond to non existent include
> files (sun) , before doing a gmake or make.
> gmake depend creates a correct .depend file, but that doesnt help.
> is there some mkdep stuff I am missing here?

In general, a depended makefile will have been auto-generated by a
"make depend".

Another "make depend" on the target system should fix it, assuming the
comments in the file have been left intact.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609111820.LAA05158>