summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-11 13:49:57 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-11 13:49:57 (EDT)
commit8a8f59637149340350d7e9bf8c1ed3867c2484ed (patch)
tree935d8dc1dd7d79c4d73413784125139ca5ccda59
parentb69412e04774af5af52752eb6a48e2decdcad47a (diff)
Don't use *-arch and *-indep makefile targets.
-rwxr-xr-xbuild22
1 files changed, 4 insertions, 18 deletions
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