From 6b8e4081f0e47ed7926598ce86601e3345041458 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 07 May 2014 12:54:18 -0400 Subject: Initial commit. --- (limited to 'build') diff --git a/build b/build new file mode 100755 index 0000000..21410e4 --- /dev/null +++ b/build @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +include ../source.mk + +nop: + @: + +configure: + oh-autoconfigure -- --with-readline + touch $@ + +build: configure + oh-autobuild + touch $@ + +install: build + oh-autoinstall + mv dest/usr/bin/dc dest/usr/bin/dc.gnu + # Remove GNU Info index. + rm -f dest/usr/share/info/dir + oh-fixperms + oh-strip + oh-installfiles -- cgit v0.9.1