mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
Fix localbuild for different architectures
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3786 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0615933832
commit
0847d25299
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -2,6 +2,7 @@
|
|||
PYVER=2.5
|
||||
PYTHON=python$(PYVER)
|
||||
VERSION=$(shell $(PYTHON) setup.py --version)
|
||||
MACHINE=$(shell uname -m)
|
||||
HOST=www.debian.org
|
||||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -C
|
||||
PYTHONSVN=/home/calvin/src/python-svn
|
||||
|
|
@ -56,8 +57,8 @@ locale:
|
|||
localbuild: MANIFEST
|
||||
$(MAKE) -C linkcheck/HtmlParser
|
||||
$(PYTHON) setup.py build
|
||||
cp -f build/lib.linux-i686-$(PYVER)/linkcheck/HtmlParser/htmlsax.so linkcheck/HtmlParser
|
||||
cp -f build/lib.linux-i686-$(PYVER)/linkcheck/ftpparse/_ftpparse.so linkcheck/ftpparse
|
||||
cp -f build/lib.linux-$(MACHINE)-$(PYVER)/linkcheck/HtmlParser/htmlsax.so linkcheck/HtmlParser
|
||||
cp -f build/lib.linux-$(MACHINE)-$(PYVER)/linkcheck/ftpparse/_ftpparse.so linkcheck/ftpparse
|
||||
|
||||
.PHONY: deb_orig
|
||||
deb_orig:
|
||||
|
|
|
|||
Loading…
Reference in a new issue