summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-18 11:02:26 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-18 11:02:26 (EDT)
commitda6571d75ad299cfbe3984930c86cecf3be29401 (patch)
tree7dc7153c0840fd2b92928e8e5b35bcaa60592734 /build
parent973d7384a4857422963f52a17125dd65a0d97655 (diff)
Update to SPF 2.0 and opkhelper 3.0.
Diffstat (limited to 'build')
-rwxr-xr-xbuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/build b/build
index 6d9b84a..1855803 100755
--- a/build
+++ b/build
@@ -1,17 +1,10 @@
#! /usr/bin/make -f
-PKGS = gcc g++ cpp
+build:
-$(PKGS): gcc-defaults.buildstamp
-
-.SILENT: gcc-defaults.buildstamp
-gcc-defaults.buildstamp:
+install:
mkdir -p dest/usr/bin
cp src/c89/c89.sh dest/usr/bin/c89
cp src/c99/c99.sh dest/usr/bin/c99
ln -s gcc-4.6 dest/usr/bin/gcc
- oh-installfiles $(PKGS)
- oh-installdocs cpp
- oh-gencontrol $(PKGS)
- oh-buildopk $(PKGS)
- touch $@
+ oh-installfiles