Project

General

Profile

Revision acfeb9e4

IDacfeb9e49b10bc861beef929d906d13d0e4acce7
Parent 19e88cb8
Child 8acb024b

Added by Thomas ANDREJAK almost 15 years ago

Ajout de HTTP_PORYX= dans Makefile et de la dépendance vigicore dans setup.py

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@350 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

Makefile
4 4
	@echo "Template Makefile, to be filled with build and install targets"
5 5

  
6 6
bin/buildout: buildenv/bootstrap.py
7
	http_proxy='' python2.5 $^
7
	http_proxy='' HTTP_PROXY='' python2.5 $^
8 8
	-[ -f $@ ] && touch $@
9 9

  
10 10
bin/python bin/paster: bin/buildout
11
	http_proxy='' ./$^
11
	http_proxy='' HTTP_PROXY='' ./$^
12 12

  
13 13
clean:
14 14
	find $(CURDIR) \( -name "*.pyc" -o -name "*~" \) -delete

Also available in: Unified diff