[Bug 217613] FreeBSD make -- local variable $(.PREFIX) does not strip preceding directory components

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 7 15:48:06 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217613

--- Comment #2 from Erik Nordstrøm <erik at 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.

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


More information about the freebsd-bugs mailing list