install-all task

This commit is contained in:
Kyle Maxwell 2009-02-28 11:40:42 -08:00
parent 701d239e40
commit 9c1787e654
3 changed files with 7 additions and 1 deletions

View File

@ -30,6 +30,9 @@ port:
>> Portfile
sudo port build
install-all:
./bootstrap.sh && ./configure && make && make install && cd ruby && rake install && cd ../python && python setup.py install
check-am:
@echo "fictional..."; ./dexter test/fictional.dex test/fictional.html | diff test/fictional.json - && echo " success."
@echo "fictional-opt..."; ./dexter test/fictional-opt.dex test/fictional-opt.html | diff test/fictional-opt.json - && echo " success."

View File

@ -733,6 +733,9 @@ port:
>> Portfile
sudo port build
install-all:
./bootstrap.sh && ./configure && make && make install && cd ruby && rake install && cd ../python && python setup.py install
check-am:
@echo "fictional..."; ./dexter test/fictional.dex test/fictional.html | diff test/fictional.json - && echo " success."
@echo "fictional-opt..."; ./dexter test/fictional-opt.dex test/fictional-opt.html | diff test/fictional-opt.json - && echo " success."

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (dexterc) 1.0
# Libtool was configured on host 111.flood.pivotallabs.com:
# Libtool was configured on host kyle-maxwells-macbook.local:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,