summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-02-02 23:46:35 +0100
committerOliver Tappe2008-02-02 23:46:35 +0100
commit77838eab1f8f770c86cb9a9e3db3d95ccb9f32de (patch)
tree46c90f5630b80a2db8c49d2a1f770106e03e12a5 /Makefile
parent* fixed bugs that stopped new-style initramfs from working (diff)
downloadcore-77838eab1f8f770c86cb9a9e3db3d95ccb9f32de.tar.gz
core-77838eab1f8f770c86cb9a9e3db3d95ccb9f32de.tar.xz
core-77838eab1f8f770c86cb9a9e3db3d95ccb9f32de.zip
* switched config-demuxer over to internal generation of initramfs
* obsoleted mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1511 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 04d63a84..58715718 100644
--- a/Makefile
+++ b/Makefile
@@ -147,12 +147,6 @@ supported."; \
@ # copy license
@cp COPYING $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/;
- @ # copy initramfs generator scripts (and inject SLX_CONFIG_PATH, SLX_BASE_PATH on the way):
- @cp ./initramfs/mkdxsinitrd $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin/; \
- sed -e "s,@@@SLX_CONFIG_PATH@@@,$(SLX_CONFIG_PATH)," \
- -e "s,@@@SLX_BASE_PATH@@@,$(SLX_BASE_PATH)," \
- -i $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin/mkdxsinitrd;
-
@ # copy all PERL-scripts and their required modules:
@cp bin/slx* $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin/; \
cp config-db/slx* $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/bin/; \
@@ -182,7 +176,6 @@ supported."; \
@ # link all binaries & scripts into user-path:
@ln -sf $(SLX_BASE_PATH)/bin/slx* $(SLX_BUILD_PATH)$(USR_BIN_PATH)/; \
- ln -sf $(SLX_BASE_PATH)/bin/mkdxsinitrd $(SLX_BUILD_PATH)$(USR_BIN_PATH)/; \
@ # copy shareable data:
@cd initramfs/cdboot; tar --exclude=.svn -cp * | \
@@ -268,7 +261,6 @@ and stage1"
@rm -rf $(SLX_PUBLIC_PATH)
@echo "files in $(SLX_PRIVATE_PATH) (please remove manually)"
@rm -f $(USR_BIN_PATH)/slx*
- @rm -f $(USR_BIN_PATH)/mkdxsinitrd
clean:
@echo "Cleanup OpenSLX source directory "