Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2017 15:48:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components
Message-ID:  <bug-217613-8-YTNCFEeAV0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217613-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217613-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217613

--- Comment #2 from Erik Nordstr=C3=B8m <erik@nordstroem.no> ---
In the original message I meant to say "create the hello world program in
src/hello.c", not "create the hello world program in src/main.c", and also,=
 the
line in the BSDmakefile that reads

        $(CC) $(.ALLSRC) -O $(.TARGET)

was supposed to say

        $(CC) $(.ALLSRC) -o $(.TARGET)

Attaching a new version of the BSDmakefile with the typo fixed.

Aside from these couple of mistakes, the problem itself is as described.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217613-8-YTNCFEeAV0>