From 40adb6505e2c7349e08480d22c710011a75ca9c1 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 15 Oct 2003 13:07:55 +0000 Subject: try to lock to avoid problems with pixel --- move/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'move') diff --git a/move/Makefile b/move/Makefile index f0a147a49..80649db63 100644 --- a/move/Makefile +++ b/move/Makefile @@ -15,6 +15,8 @@ build: cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" make init stage1-network stage1-cdrom init-move install: build + while [ -e $(DEST_LIVETREE)/lock ]; do echo -e "\t*** sleeping because of lock... ***\n"; sleep 1; done + sudo touch $(DEST_LIVETREE)/lock #- 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 @@ -38,3 +40,4 @@ install: build grep ChangeLog $(INSTALL)/CVS/Entries > /tmp/version sudo cp -f /tmp/version $(DEST_LIVETREE)/usr/share/VERSION + sudo rm -f $(DEST_LIVETREE)/lock -- cgit v1.2.1