summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-23 12:56:18 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-23 12:56:18 (EDT)
commitc1e321a81e2171793bc2c75cc50a4ccc66683ef7 (patch)
treec7fd25e70ec47aa89ef2b190ebaefddfa4a16bd3 /build
parent9e334faf2e0ae5e3bd753bfb19853f65a3bc9ee8 (diff)
Update to SPF 2.0.
Also rename to glib-2.0.
Diffstat (limited to 'build')
-rwxr-xr-xbuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/build b/build
index d229f60..2a40656 100755
--- a/build
+++ b/build
@@ -1,19 +1,6 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
-glib glibheaders: glib.buildstamp
+include ../source.mk
-.SILENT: glib.buildstamp
-glib.buildstamp:
- cd src && ./configure --prefix=/usr --includedir=/usr/include &&\
- make && make DESTDIR=$$(pwd)/../dest install
- oh-strip -gl usr/lib/libglib-2.0.so.0.2000.0
- oh-strip -gl usr/lib/libgobject-2.0.so.0.2000.0
- oh-strip -gl usr/lib/libgmodule-2.0.so.0.2000.0
- oh-strip -gl usr/lib/libgio-2.0.so.0.2000.0
- oh-strip -gl usr/lib/libgthread-2.0.so.0.2000.0
- bash
- oh-installfiles glib glibheaders
- oh-installdocs glib
- oh-gencontrol glib glibheaders
- oh-buildopk glib glibheaders
- touch glib.buildstamp
+nop:
+ @: