vx32

Local 9vx git repository for patches.
git clone git://r-36.net/vx32
Log | Files | Refs

commit 9e30099aa83d0770a5eb021711b81617e6c33666
parent 790fc2398ccd303674edc622e8ca856cf98aeed8
Author: yiyus <yiyu.jgl@gmail.com>
Date:   Tue, 12 Oct 2010 10:01:16 +0200

fix Makefrag, thanks to Micah Stetson

Diffstat:
Msrc/9vx/Makefrag | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/9vx/Makefrag b/src/9vx/Makefrag @@ -68,7 +68,7 @@ $(BINDIR)/9vx: 9vx/9vx $(BINDIR)/%: ../bin/% $(INSTALL) $< $@ -PLAN9_BOOT_OBJS = $(patsubst %,9vx/%.o,$(PLAN9BOOT)) +PLAN9_BOOT_OBJS = $(PLAN9BOOT:%=9vx/%.o) PLAN9_OBJS = \ $(addprefix 9vx/, \ @@ -268,10 +268,10 @@ PLAN9_DEPS = \ $(HOST_CC) -o $@ $< # We need the sed command to have a correct variable name for 9660srv -9vx/%.S: 9vx/data2s 9vx/%.9 +9vx/%.S: 9vx/%.9 9vx/data2s ./9vx/data2s `echo $* | sed 's/^[0-9]/_&/'` < $< >$@_ && mv $@_ $@ -9vx/%.S: 9vx/data2s 9vx/%.bz2 +9vx/%.S: 9vx/%.bz2 9vx/data2s ./9vx/data2s `echo $* | sed 's/^[0-9]/_&/'` < $< >$@_ && mv $@_ $@ 9vx/a/errstr.h: 9vx/a/error.h