diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 16:15:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-18 16:15:58 +0000 |
commit | 4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc (patch) | |
tree | 46ac3b09e17355e94807509dee68ffeb6b7d0bf8 /move/Makefile | |
parent | 876056778c7076233ad73d2a4ea9e9d1dd4b3ba3 (diff) | |
download | drakx-4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc.tar drakx-4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc.tar.gz drakx-4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc.tar.bz2 drakx-4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc.tar.xz drakx-4f2c1ab0b9332b2c1bd40a4022c08ee914c37ddc.zip |
build & install drakx mo files
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 916260f69..e455983d7 100644 --- a/move/Makefile +++ b/move/Makefile @@ -28,11 +28,14 @@ build: xwait cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make init stage1-network stage1-cdrom init-move sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create sudo find $(DEST_LIVETREE)/etc -type f | perl -pe 's|$(DEST_LIVETREE)||' > data/all-etcfiles + $(MAKE) -C ../perl-install mo_files install: build #- todo: make_boot_img alike to create boot volume from ../mdk-stage1/stage1-cdrom (isolinux mandatory since stock kernel is so big) sudo cp -f $(STAGE1)/init-move $(DEST_LIVETREE)/sbin/init + $(MAKE) -C ../perl-install/share/po install NAME=libDrakX DATADIR=$(DEST_LIVETREE)/usr/share + sudo cp -f xwait $(DEST_LIVETREE)/usr/bin sudo cp -f runstage2 $(DEST_LIVETREE)/usr/bin/runstage2.pl sudo rm -rf $(DEST_STAGE2) |