projects
/
unionfs-regression-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c89960
)
Makefile(s): add "clean" target and minor cleanup
author
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 03:54:29 +0000
(22:54 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 27 Nov 2007 03:55:37 +0000
(22:55 -0500)
Makefile
patch
|
blob
|
history
progs/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 S
tate University of New York*
+# Copyright (c) 2003-2007 The Research Foundation of S
UNY
#
# 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 5d6a3b3e6dadf3f362b8fc196f53083f619967f1..9ef37de7b0c076e52e840546bd1716f291134a12 100644
(file)
--- 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 *~