From 8a8f59637149340350d7e9bf8c1ed3867c2484ed Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 11 Oct 2012 13:49:57 -0400 Subject: Don't use *-arch and *-indep makefile targets. --- diff --git a/build b/build index d64d859..c1133d3 100755 --- a/build +++ b/build @@ -1,28 +1,14 @@ #! /usr/bin/make -f -build-arch: +build: cd src && \ ./configure --prefix=/usr \ --build=$${OB_BUILD_ARCH_GNU} --host=$${OB_HOST_ARCH_GNU} && \ make -install-arch: +install: cd src && \ make DESTDIR="$$(pwd)/../dest" install-exec && \ cd .. - oh-strip -g - oh-installfiles -B - -build-indep: - cd src && \ - ./configure --prefix=/usr - -install-indep: - cd src && \ - make DESTDIR="$$(pwd)/../dest" install-data && \ - cd .. - oh-installfiles -A - -build: build-arch build-indep - -install: install-arch install-indep + #oh-strip -g + oh-installfiles -- cgit v0.9.1