mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixed compilefarm makefile, removed travis tests, enhanced clean script
This commit is contained in:
@@ -103,7 +103,7 @@ find . -name .libs -exec rm -rf {} \; > /dev/null 2>&1
|
|||||||
find . -name .o -exec rm -rf {} \; > /dev/null 2>&1
|
find . -name .o -exec rm -rf {} \; > /dev/null 2>&1
|
||||||
find . -name .lo -exec rm -rf {} \; > /dev/null 2>&1
|
find . -name .lo -exec rm -rf {} \; > /dev/null 2>&1
|
||||||
find . -name .pyc -exec rm -rf {} \; > /dev/null 2>&1
|
find . -name .pyc -exec rm -rf {} \; > /dev/null 2>&1
|
||||||
|
find . -name .dirstamp -exec rm -rf {} \; > /dev/null 2>&1
|
||||||
rm -rf aclocal.m4 libtool configure config.* config autom4te.cache tests/test* tests/v* tests/stresstest/* libpcp/libpcp1.pc
|
rm -rf aclocal.m4 libtool configure config.* config autom4te.cache tests/test* tests/v* tests/stresstest/* libpcp/libpcp1.pc
|
||||||
rm clean.sh
|
rm clean.sh
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ HAVESODIUM = $(PREFIX)/_havesodium
|
|||||||
SRCSODIUM = $(BUILD)/libsodium
|
SRCSODIUM = $(BUILD)/libsodium
|
||||||
SRCPCP = $(BUILD)/pcp
|
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
|
all: prepare fetch config-sodium compile-sodium install-sodium config-pcp compile-pcp install-pcp test-pcp
|
||||||
@echo done
|
@echo done
|
||||||
|
|
||||||
@@ -86,5 +88,5 @@ clean:
|
|||||||
rm -rf $(PREFIX)
|
rm -rf $(PREFIX)
|
||||||
|
|
||||||
test-pcp: perl
|
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
|
cd $(SRCPCP) && make test
|
||||||
|
|||||||
Reference in New Issue
Block a user