diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 19:25:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 19:25:38 +0000 |
commit | 9dba1ab268d46cea3b3ecaf1429cc89bc215104b (patch) | |
tree | 6578e7fc94a29bd9a9dbe4ec14e6e5373a518146 /move | |
parent | 1a709e0d8f13944775f749ddbed9b7c1eb4a2b49 (diff) | |
download | drakx-9dba1ab268d46cea3b3ecaf1429cc89bc215104b.tar drakx-9dba1ab268d46cea3b3ecaf1429cc89bc215104b.tar.gz drakx-9dba1ab268d46cea3b3ecaf1429cc89bc215104b.tar.bz2 drakx-9dba1ab268d46cea3b3ecaf1429cc89bc215104b.tar.xz drakx-9dba1ab268d46cea3b3ecaf1429cc89bc215104b.zip |
rule live_tree_boot calls clps, no need to do it twice
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index f6785cd86..b81548754 100644 --- a/move/Makefile +++ b/move/Makefile @@ -29,7 +29,7 @@ default: install get_dest_livetree: @echo -n $(DEST_LIVETREE) -iso: build install live_tree_boot clps only_iso +iso: build install live_tree_boot only_iso build: stage1 xwait runlevel_set |