summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-26 10:14:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-26 10:14:53 +0000
commit34640bc4483cc5c7078f49c02aa6f5e00475628b (patch)
tree492f8d4ae4a81e166b456dde21dad7c3535fee92
parent302236a12bdb0b314198621e2d9a92faa7f86a11 (diff)
downloaddrakx-34640bc4483cc5c7078f49c02aa6f5e00475628b.tar
drakx-34640bc4483cc5c7078f49c02aa6f5e00475628b.tar.gz
drakx-34640bc4483cc5c7078f49c02aa6f5e00475628b.tar.bz2
drakx-34640bc4483cc5c7078f49c02aa6f5e00475628b.tar.xz
drakx-34640bc4483cc5c7078f49c02aa6f5e00475628b.zip
ensure rescue is built and uploaded
-rw-r--r--Makefile5
-rw-r--r--rescue/Makefile2
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b61c610dc..4c96865cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
ROOTDEST = /export
-DIRS = tools kernel mdk-stage1 perl-install
+DIRS = tools kernel mdk-stage1 perl-install rescue
ARCH := $(patsubst i%86,i386,$(shell uname -m))
@@ -67,10 +67,11 @@ install_only:
install live_update $(ROOTDEST)/live_update
make -C perl-install full_stage2
make -C perl-install/share/advertising install
+ make -C rescue install
clean:
rm -rf images all.modules all.modules64
- for i in $(DIRS) rescue; do make -C $$i clean; done
+ for i in $(DIRS); do make -C $$i clean; done
find . -name "*~" -o -name ".#*" | xargs rm -f
check:
diff --git a/rescue/Makefile b/rescue/Makefile
index 03be9603b..bbc0d7dda 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -4,6 +4,8 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH))
ROOTDEST = /export
+all: rescue_stage2.bz2
+
install: rescue_stage2.bz2
cp -f $< $(ROOTDEST)/Mandrake/base