Skip to content

Commit

Permalink
vectors.pl is executable and asks shell for perl
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Aug 30, 2018
1 parent 171c2cc commit 8f63bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ ASFLAGS = -m32 -gdwarf-2 -Wa,-divide
# FreeBSD ld wants ``elf_i386_fbsd''
LDFLAGS += -m $(shell $(LD) -V | grep elf_i386 2>/dev/null | head -n 1)


xv6.img: bootblock kernel
dd if=/dev/zero of=xv6.img count=10000
dd if=bootblock of=xv6.img conv=notrunc
Expand Down Expand Up @@ -133,7 +134,7 @@ tags: $(OBJS) entryother.S _init
etags *.S *.c

vectors.S: vectors.pl
perl vectors.pl > vectors.S
./vectors.pl > vectors.S

ULIB = ulib.o usys.o printf.o umalloc.o

Expand Down

0 comments on commit 8f63bea

Please sign in to comment.