about summary refs log tree commit diff
path: root/pkg/aterm-2.0-build.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-05-26T13·45+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-05-26T13·45+0000
commit8b930a0c94ba9013d015c735cfc38c40b151f491 (patch)
tree8282adb5a10d18b696ba9c5f81230fc5b5831c94 /pkg/aterm-2.0-build.sh
parentf8d91f20e6c88510282263715a1b87c99afad5a1 (diff)
* Some refactoring.
Diffstat (limited to 'pkg/aterm-2.0-build.sh')
-rwxr-xr-xpkg/aterm-2.0-build.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/aterm-2.0-build.sh b/pkg/aterm-2.0-build.sh
deleted file mode 100755
index 872e7aac89e9..000000000000
--- a/pkg/aterm-2.0-build.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh
-
-export PATH=$sys1/bin:$sys2/bin
-export LIBRARY_PATH=$glibc/lib
-export CC=$gcc/bin/gcc
-export CFLAGS="-isystem $glibc/include -isystem $kernel/include"
-
-top=`pwd`
-tar xvfz $src
-cd aterm-2.0
-./configure --prefix=$top
-make
-make install