summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9123483)
raw | patch | inline | side by side (parent: 9123483)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 2 May 2007 18:05:37 +0000 (18:05 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 2 May 2007 18:05:37 +0000 (18:05 +0000) |
program/bindings/Makefile.am | patch | blob | history |
index 9d406bb9b6422970beaed394ec0bee507e6ec2a1..6b2eff2c278f464d68934bcfc3310b16ab6e36ae 100644 (file)
test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true
test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
- test -d python/build && cd python && rm -rf build && env LIBDIR=$(libdir) $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
+ test -d python/build && cd python && env LIBDIR=$(libdir) $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
# rules for buildung the ruby module
ruby: