fixed compilefarm makefile, removed travis tests, enhanced clean script

This commit is contained in:
TLINDEN
2015-04-17 18:49:51 +02:00
parent 62281565d9
commit f7249b9ddf
2 changed files with 4 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ HAVESODIUM = $(PREFIX)/_havesodium
SRCSODIUM = $(BUILD)/libsodium
SRCPCP = $(BUILD)/pcp
PERLVERSION = $(shell perl -e 'print "$^V"' sed 's/v//')
all: prepare fetch config-sodium compile-sodium install-sodium config-pcp compile-pcp install-pcp test-pcp
@echo done
@@ -86,5 +88,5 @@ clean:
rm -rf $(PREFIX)
test-pcp: perl
ln -sf $(PREFIX)/share/perl/5.10.1 $(SRCPCP)/tests/lib
ln -sf $(PREFIX)/share/perl/$(PERLVERSION) $(SRCPCP)/tests/lib
cd $(SRCPCP) && make test