diff options
author | kaashoek <kaashoek> | 2006-09-07 21:03:13 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-07 21:03:13 +0000 |
commit | 5692823b1f7014121f15e6579415c93012543531 (patch) | |
tree | f840c8c1bcced674278cceb787a07e9967701e1b | |
parent | 2e898063ae0c6c1f7f9926b3a09370f88ef3374a (diff) | |
download | xv6-labs-5692823b1f7014121f15e6579415c93012543531.tar.gz xv6-labs-5692823b1f7014121f15e6579415c93012543531.tar.bz2 xv6-labs-5692823b1f7014121f15e6579415c93012543531.zip |
minor makefile fixes for printing
cut last line of readme so that readme fits on single page
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 3 insertions, 5 deletions
@@ -24,7 +24,7 @@ OBJS = \ 8253pit.o\ # Cross-compiling (e.g., on Mac OS X) -# TOOLPREFIX = i386-jos-elf- +#TOOLPREFIX = i386-jos-elf- # Using native tools (e.g., on X86 Linux) TOOLPREFIX = @@ -117,10 +117,10 @@ PRINT = \ runoff.list \ README\ types.h param.h defs.h x86.h asm.h elf.h mmu.h spinlock.h\ - bootasm.S bootother.S main.c _init.c spinlock.c\ + bootasm.S bootother.S main.c init.c spinlock.c\ proc.h proc.c setjmp.S kalloc.c\ syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c sysproc.c\ - buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c sysfile.c\ + buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h file.c fs.c bio.c ide.c sysfile.c\ pipe.c\ mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c\ console.c\ @@ -47,5 +47,3 @@ standard output. To create a typeset version of the code, run "make xv6.pdf". This requires the "mpage" text formatting utility. See http://www.mesa.nl/pub/mpage/. - -Have fun! |