[cs631apue] Makefile in different platforms

Hongyi Shen hshen4 at stevens.edu
Sun Dec 15 20:46:02 EST 2013


And OmniOS lack of -lbsd and -lmagic is another problem


On Sun, Dec 15, 2013 at 4:45 PM, Hongyi Shen <hshen4 at stevens.edu> wrote:

> According to some material, my Makefile has something like this:
>
> ROOT=.
> PLATFORM=$(shell uname -s)
> include $(ROOT)/Make.on.$(PLATFORM)
>
> With extra files like Make.on.NetBSD, Make.on.SunOS, Make.on.Linux ...
> containing different rules.
>
> NetBSD and OmniOS seems doesn't recognize them and print out "Could not
> find ./Make.on."
>
> Any suggestions?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs631apue/attachments/20131215/cc332084/attachment.html>


More information about the cs631apue mailing list