switching from gnu make to bsd make

J65nko j65nko at gmail.com
Thu Feb 10 10:04:47 UTC 2011


On Thu, Feb 10, 2011 at 8:32 AM, Vikash Badal <Vikash.Badal at is.co.za> wrote:
> Can someone please advise me as to how I switch the following lines of gnu make to bsd make
>
>
> $(OBJDIR)/%.o:${SRCDIR}/%.c
>        ${CC} -c ${CFLAGS} ${INCDIR} ${LIBDIR} $< -o $@
>

I use BSD make for XML and XSLT transformations, so I cannot advise
you about this particular issue, but there is a very nice tutorial
about the BSD make at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/pmake/index.html

Good luck


More information about the freebsd-questions mailing list