summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-28 18:12:05 +0200
committerDirk von Suchodoletz2008-08-28 18:12:05 +0200
commitb6349a6e9367c7673312019feab988f05e6accc0 (patch)
tree53a71aa0977bc89f850ece787a7af9ecd61155c9 /Makefile
parentSome cleanup in stage3 scripts (small bugs, wrong variables ...) (diff)
downloadcore-b6349a6e9367c7673312019feab988f05e6accc0.tar.gz
core-b6349a6e9367c7673312019feab988f05e6accc0.tar.xz
core-b6349a6e9367c7673312019feab988f05e6accc0.zip
Remove copying of deprecated tools, add hwinfo stuff to ~/ramfstools.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2119 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a9b25c6..e608f58a 100644
--- a/Makefile
+++ b/Makefile
@@ -201,10 +201,10 @@ supported."; \
$(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 -a tools/hwinfo/{bin,lib}/*h* \
+ $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
cp -pP tools/busybox{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
- cp -pP tools/{ddcprobe,915resolution}{,.i586} \
- $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
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; \