diff options
| author | Clark Williams <williams@redhat.com> | 2009-01-07 13:16:26 -0600 |
|---|---|---|
| committer | Clark Williams <williams@redhat.com> | 2009-01-07 13:16:26 -0600 |
| commit | a643d71c8d64b2febd96105b7facccd384540389 (patch) | |
| tree | 30984073ed4afe0ddb37c50da326dddb9f04b3bd | |
| parent | c93f69a8d488a089ad6d75e8c1d2ab435e3b2b6a (diff) | |
added D environment variable to Makefile for duration
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ HERE := $(shell pwd) PACKAGE := prevert VERSION := $(shell awk '/Version:/ { print $$2 }' ${PACKAGE}.spec) +D := 10 runit: - python prevert/prevert.py -v --builddir=./run --loaddir=./loadsource --duration=10 + python prevert/prevert.py -v --builddir=./run --loaddir=./loadsource --duration=$(D) clean: rm -f prevert/*~ prevert/*.py[co] *.tar.bz2 |
