summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-16 11:27:00 +0200
committerDirk von Suchodoletz2008-10-16 11:27:00 +0200
commit33b49453737c20663ce4faeb90c45af359bdcfb1 (patch)
tree694e28e067dd50432494f4b75e81d840a9259f69 /Makefile
parentCleanup, see #274. Next version set after a row of fixes ... (diff)
downloadcore-33b49453737c20663ce4faeb90c45af359bdcfb1.tar.gz
core-33b49453737c20663ce4faeb90c45af359bdcfb1.tar.xz
core-33b49453737c20663ce4faeb90c45af359bdcfb1.zip
Makefile wasn't altered matching to the changes in r2321.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2322 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 883ea290..91712a8b 100644
--- a/Makefile
+++ b/Makefile
@@ -193,12 +193,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 -a installer/default_files/machine-setup.default \
- $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates/; \
- cp -a installer/default_files/hwdata/{pcitable.local,Cards.local} \
- $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/templates/; \
- tar --exclude=.svn -cp -C installer/default_files tftpboot | \
- tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \
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/; \