From: Erez Zadok Date: Tue, 27 Nov 2007 03:54:29 +0000 (-0500) Subject: Makefile(s): add "clean" target and minor cleanup X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=4ed8d87048edc5e277aaac937d2255dfd024c25d;p=unionfs-regression-odf.git Makefile(s): add "clean" target and minor cleanup --- diff --git a/Makefile b/Makefile index 8883e6b..20c0469 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # Copyright (c) 2003 Puja Gupta # Copyright (c) 2003 Harikesavan Krishnan # Copyright (c) 2003-2007 Stony Brook University -# Copyright (c) 2003-2007 The Research Foundation of State University of New York* +# Copyright (c) 2003-2007 The Research Foundation of SUNY # # For specific licensing information, see the COPYING file distributed with # this package. @@ -19,6 +19,9 @@ progs: FRC ${MAKE} ${MFLAGS} -C progs all +clean: FRC + ${MAKE} ${MFLAGS} -C progs clean + check: FRC ./run-tests default diff --git a/progs/Makefile b/progs/Makefile index 5d6a3b3..9ef37de 100644 --- a/progs/Makefile +++ b/progs/Makefile @@ -23,9 +23,5 @@ BINS=open-unlink flock-copyup fsync truncate bug418 rmdircheckinode \ all: $(BINS) -check: all - echo "I am the very model of a Modern major general." > $(MOUNTPOINT)/a - ./open-unlink $(MOUNTPOINT)/a - clean: rm -f $(BINS) core *~