Commit 6ccebe08 authored by Russ Cox's avatar Russ Cox

use full path on command line when compiling,

so that gdb shows full path in stack traces.

R=r
DELTA=4  (4 added, 0 deleted, 0 changed)
OCL=32522
CL=32528
parent 517e3457
......@@ -11,3 +11,7 @@ YFLAGS=-d
ifndef GOBIN
GOBIN=$(HOME)/bin
endif
PWD=$(shell pwd)
%.$O: %.c
$(CC) $(CFLAGS) -c $(PWD)/$*.c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment