From 4ed8d87048edc5e277aaac937d2255dfd024c25d Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Mon, 26 Nov 2007 22:54:29 -0500 Subject: [PATCH] Makefile(s): add "clean" target and minor cleanup --- Makefile | 5 ++++- progs/Makefile | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) 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 *~ -- 2.43.0