diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 18:01:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 18:01:32 +0000 |
commit | 6896d7ab75505b0ca96c9534c6763aafc1807c83 (patch) | |
tree | 22973a8c53d5b7c52e618e8f9453103285e117c7 /move/Makefile | |
parent | 82a6a7e9eefb05e6f76c5299ada1884df1b629fe (diff) | |
download | drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.gz drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.bz2 drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.xz drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.zip |
use pixel's gzloop module rather than cloop
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index a74d11f3d..3f94b72cd 100644 --- a/move/Makefile +++ b/move/Makefile @@ -21,7 +21,7 @@ endif all: install build: xwait - cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" make init stage1-network stage1-cdrom init-move + cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 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 |