diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 20:58:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 20:58:03 +0000 |
commit | cea41ee6a61d844cde0b4dbd6d325f351dadf4b1 (patch) | |
tree | 01d6eb78d00ec94c885a33a757500193ef1e1d85 /rescue/Makefile | |
parent | 448bd28d082118bf27c724df11b6a0a41bca9ca4 (diff) | |
download | drakx-backup-do-not-use-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar drakx-backup-do-not-use-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.gz drakx-backup-do-not-use-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.bz2 drakx-backup-do-not-use-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.xz drakx-backup-do-not-use-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.zip |
no_comment
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rescue/Makefile b/rescue/Makefile new file mode 100644 index 000000000..4edae97bd --- /dev/null +++ b/rescue/Makefile @@ -0,0 +1,10 @@ +ROOTDEST = /export + +install: rescue_stage2.gz + cp -f $< $(ROOTDEST)/Mandrake/base + +rescue_stage2.gz: + ./make_rescue_img + +clean: + rm -f rescue_stage2.gz |