os/inotify: move to exp/inotify

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5295044
This commit is contained in:
Mikio Hara 2011-10-19 10:54:45 +09:00
parent da356dc3a9
commit e13635c1e0
4 changed files with 2 additions and 2 deletions

View file

@ -184,7 +184,7 @@ DIRS=\
ifeq ($(GOOS),linux)
DIRS+=\
os/inotify\
exp/inotify\
endif

View file

@ -4,7 +4,7 @@
include ../../../Make.inc
TARG=os/inotify
TARG=exp/inotify
GOFILES_linux=\
inotify_linux.go\