diff options
| author | Jonathan Bauer | 2013-03-14 18:30:10 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-14 18:30:10 +0100 |
| commit | 765e0502c315d250ab8f671bc726fef6f63a026a (patch) | |
| tree | e5624ec583c98fd3202caefad9b37289d9cad348 /remote/tools/busybox | |
| parent | base -> base32 and started new base31 (diff) | |
| download | tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.gz tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.tar.xz tm-scripts-765e0502c315d250ab8f671bc726fef6f63a026a.zip | |
restructuring...
Diffstat (limited to 'remote/tools/busybox')
| -rw-r--r-- | remote/tools/busybox/busybox.build | 27 | ||||
| -rw-r--r-- | remote/tools/busybox/busybox.conf | 6 |
2 files changed, 0 insertions, 33 deletions
diff --git a/remote/tools/busybox/busybox.build b/remote/tools/busybox/busybox.build deleted file mode 100644 index 1a765532..00000000 --- a/remote/tools/busybox/busybox.build +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -fetch_source() -{ - [ ! -d src ] && mkdir src - if [ ! -e .fetched_source ]; then - git clone "${GIT}" src - touch .fetched_source - fi -} - -build() -{ - if [ ! -e .built ]; then - cd src - pinfo "Running make" - make -j5 || perror "failed." - pinfo "Running make install" - make CONFIG_PREFIX="${TOOL_DIR}"/"${TOOL}"/build/"${PREFIX}" install || perror "failed" - cd - - touch .built - fi -} - -post_copy() { - : -} diff --git a/remote/tools/busybox/busybox.conf b/remote/tools/busybox/busybox.conf deleted file mode 100644 index f7c866f2..00000000 --- a/remote/tools/busybox/busybox.conf +++ /dev/null @@ -1,6 +0,0 @@ -GIT=git://git.openslx.org/openslx/tools/busybox -PREFIX="/openslx" -REQUIRED_BINARIES=" busybox" -REQUIRED_DIRECTORIES=" ${PREFIX}/bin - ${PREFIX}/sbin - ${PREFIX}/usr" |
