summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench
diff options
context:
space:
mode:
authorcarlsonj <none@none>2008-04-03 10:10:34 -0700
committercarlsonj <none@none>2008-04-03 10:10:34 -0700
commita778b211500c8b2b47a35aa015cd89d5548a8ad8 (patch)
treeb77d66a650cf100689dcaa2f9df0d342c8335551 /usr/src/cmd/filebench
parent3dec9fcdd56adf1b4a563137b4915c8f2d83b881 (diff)
downloadillumos-gate-a778b211500c8b2b47a35aa015cd89d5548a8ad8.tar.gz
6680948 ON could use some common Perl and Python build rules
Diffstat (limited to 'usr/src/cmd/filebench')
-rw-r--r--usr/src/cmd/filebench/fbscript/Makefile8
-rw-r--r--usr/src/cmd/filebench/scripts/Makefile8
2 files changed, 2 insertions, 14 deletions
diff --git a/usr/src/cmd/filebench/fbscript/Makefile b/usr/src/cmd/filebench/fbscript/Makefile
index 2b874e8c25..fdb1d2d00a 100644
--- a/usr/src/cmd/filebench/fbscript/Makefile
+++ b/usr/src/cmd/filebench/fbscript/Makefile
@@ -19,13 +19,12 @@
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
.KEEP_STATE:
-.SUFFIXES: .pl
include ../../Makefile.cmd
@@ -34,11 +33,6 @@ ROOTUSRBENCHDIR = $(ROOT)/usr/benchmarks
ROOTUSRBENCHFBBINDIR = $(ROOTUSRBENCHDIR)/filebench/bin
FBSCRIPT = $(SCRIPT:%=$(ROOTUSRBENCHFBBINDIR)/%)
-.pl:
- $(RM) $@
- $(CAT) $< > $@
- $(CHMOD) +x $@
-
all clean lint:
clobber:
diff --git a/usr/src/cmd/filebench/scripts/Makefile b/usr/src/cmd/filebench/scripts/Makefile
index 09837abc82..f0400292d8 100644
--- a/usr/src/cmd/filebench/scripts/Makefile
+++ b/usr/src/cmd/filebench/scripts/Makefile
@@ -19,13 +19,12 @@
# CDDL HEADER END
#
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
.KEEP_STATE:
-.SUFFIXES: .pl
include ../../Makefile.cmd
@@ -34,11 +33,6 @@ ROOTUSRBENCHDIR = $(ROOT)/usr/benchmarks
ROOTUSRBENCHFBSCRIPTSDIR = $(ROOTUSRBENCHDIR)/filebench/scripts
FBSCRIPTS = $(SCRIPTS:%=$(ROOTUSRBENCHFBSCRIPTSDIR)/%)
-.pl:
- $(RM) $@
- $(CAT) $< > $@
- $(CHMOD) +x $@
-
all clean lint:
clobber: