Makefile(s): add "clean" target and minor cleanup
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 03:54:29 +0000 (22:54 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 03:54:29 +0000 (22:54 -0500)
Makefile
progs/Makefile

index 8883e6b87b8a292881b168e751a102dc0685f01e..20c0469e88545cce6428f990b9992dacc3e32cc1 100644 (file)
--- 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
 
index 298c005113834cd6e537dbc629f0945f9161951b..f3124fa327a8a67bc49cd10ed5d790b932b06a4f 100644 (file)
@@ -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 *~