summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-01-20 13:14:30 +0100
committerSebastian Schmelzer2009-01-20 13:14:30 +0100
commit4319fcbb7e43331ecabda9a0febbbbc4f62523aa (patch)
treee4d5b29d41a893ce56c4f4180e7309e2c73f2e82 /Makefile
parentOld glibc versions of busybox seem not to be in use any more. (diff)
downloadcore-4319fcbb7e43331ecabda9a0febbbbc4f62523aa.tar.gz
core-4319fcbb7e43331ecabda9a0febbbbc4f62523aa.tar.xz
core-4319fcbb7e43331ecabda9a0febbbbc4f62523aa.zip
* completes r2503
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2504 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 91712a8b..ffac9a10 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,6 @@ supported."; \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/lib \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/boot-env \
- -p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs \
-p $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates \
@@ -193,8 +192,6 @@ supported."; \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/; \
cp -p boot-env/pxe/menu-template.example \
$(SLX_BUILD_PATH)$(SLX_CONFIG_PATH)/boot-env/pxe/; \
- cp -pP tools/busybox{,.x86_64,.i586} \
- $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \
tar --exclude=.svn -cp -C initramfs tpm | \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \