Skip to content

Commit

Permalink
omit *.d from tar file
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm committed Sep 11, 2008
1 parent e9ae6f5 commit 4651d04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ OBJS = \
vectors.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 =
#TOOLPREFIX =

CC = $(TOOLPREFIX)gcc
AS = $(TOOLPREFIX)gas
Expand Down
1 change: 0 additions & 1 deletion proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ wakeup1(void *chan)
}

// Wake up all processes sleeping on chan.
// Proc_table_lock is acquired and released.
void
wakeup(void *chan)
{
Expand Down
Binary file modified xv6-rev2.tar.gz
Binary file not shown.

0 comments on commit 4651d04

Please sign in to comment.