summaryrefslogtreecommitdiffstats
path: root/rescue/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2001-06-11 13:49:39 +0000
committerMystery Man <unknown@mandriva.org>2001-06-11 13:49:39 +0000
commit16bde8b3d7027aba56051fbf557b7735eb2ee6aa (patch)
tree0d8736af65eea4a83b8445ee8e2a6d0c951aea67 /rescue/Makefile
parent0a121a8ecd6de894c14d60daf9da2022ec47405c (diff)
downloaddrakx-topic/rp-pppoe.tar
drakx-topic/rp-pppoe.tar.gz
drakx-topic/rp-pppoe.tar.bz2
drakx-topic/rp-pppoe.tar.xz
drakx-topic/rp-pppoe.zip
This commit was manufactured by cvs2svn to create branch 'rp-pppoe'.topic/rp-pppoe
Diffstat (limited to 'rescue/Makefile')
-rw-r--r--rescue/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
deleted file mode 100644
index 59de38f3d..000000000
--- a/rescue/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-ARCH := $(patsubst i%86,i386,$(shell uname -m))
-ARCH := $(patsubst sparc%,sparc,$(ARCH))
-
-
-ROOTDEST = /export
-
-install: rescue_stage2.bz2
- cp -f $< $(ROOTDEST)/Mandrake/base
-
-rescue_stage2.bz2: kernel_read_part list list.$(ARCH) drvinst guessmounts make_rescue_img
- ./make_rescue_img
-
-clean:
- rm -f rescue_stage2.bz2 kernel_read_part