diff options
author | Oliver Tappe | 2008-08-28 22:01:55 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-08-28 22:01:55 +0200 |
commit | 4978962da37cd7961856e48a639f0a2115025a22 (patch) | |
tree | 194e75822b537abd485c7fc92db70e30c4f690f2 /Makefile | |
parent | Remove copying of deprecated tools, add hwinfo stuff to ~/ramfstools. (diff) | |
download | core-4978962da37cd7961856e48a639f0a2115025a22.tar.gz core-4978962da37cd7961856e48a639f0a2115025a22.tar.xz core-4978962da37cd7961856e48a639f0a2115025a22.zip |
* moved hwinfo into initramfs/tools folder, as it is only being used by the
initramfs
* adjusted Makefile accordingly and made it keep the hwinfo folder structure
when installed, too
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2120 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -187,6 +187,9 @@ supported."; \ tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \ tar -xp --strip-components 1 \ -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \ + tar --exclude=.svn -cp -C initramfs tools | \ + tar -xp --strip-components 1 \ + -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \ tar --exclude=.svn -cp -C initramfs distro-specs | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ tar --exclude=.svn -cp -C initramfs uclib-rootfs | \ @@ -201,8 +204,6 @@ 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 -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \ |