projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cacf790
)
GNUmakefile: remove test-zfec target, since the normal 'test' target provides zfec...
author
Brian Warner
<warner@allmydata.com>
Wed, 18 Apr 2007 18:41:00 +0000
(11:41 -0700)
committer
Brian Warner
<warner@allmydata.com>
Wed, 18 Apr 2007 18:41:00 +0000
(11:41 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 7d9455ee933b9382778a08d1e33d11c94bd9728a..fb4bfa539dd01df39a987e5332a61dcc9163e273 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-50,9
+50,6
@@
build: build-zfec build-Crypto
build-zfec:
cd src/zfec && $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --install-lib="$(INSTDIR)" --install-scripts="$(INSTDIR)/scripts"
-test-zfec:
- $(PP) $(PYTHON) src/zfec/fec/test/test_zfec.py
-
clean-zfec:
-cd src/zfec && python ./setup.py clean --all