add mapper2 program
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 9 Jun 2009 23:06:18 +0000 (19:06 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 9 Jun 2009 23:06:18 +0000 (19:06 -0400)
Also fix makefile not to break on -Werror.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
progs/Makefile

index f3124fa327a8a67bc49cd10ed5d790b932b06a4f..b2c448acae8ed084b82be46ce12b3bc587b20d57 100644 (file)
 #
 # This Copyright notice must be kept intact and distributed with all sources.
 
-CFLAGS=-g -Wall -Werror # -lefence
+CFLAGS=-g -Wall -Werror # -lefence
 MOUNTPOINT=.
 BINS=open-unlink flock-copyup fsync truncate bug418 rmdircheckinode \
-       creat-open rename mapper queryfile
+       creat-open rename mapper queryfile mapper2
 
 all: $(BINS)