diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -184,9 +184,6 @@ supported."; \ @ # copy shareable data: @tar --exclude=.svn -cp -C initramfs preboot | \ tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share; \ - tar --exclude=.svn -cp -C initramfs initrd-stuff/ | \ - tar -xp --strip-components 1 \ - -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \ tar --exclude=.svn -cp -C initramfs stage3-stuff/ | \ tar -xp --strip-components 1 \ -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/initramfs; \ |