summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-19 16:47:22 +0000
committerdamien <damien@mandriva.com>2002-02-19 16:47:22 +0000
commit3fac7a9c140841e1af4b20723a072a3ad46391c9 (patch)
tree47df7b25379df761be6adaa40d14f640752eec46 /Makefile
parent15340a9e22f24c0fe107c99e81cbc9081cd5072d (diff)
downloaddrakx-backup-do-not-use-3fac7a9c140841e1af4b20723a072a3ad46391c9.tar
drakx-backup-do-not-use-3fac7a9c140841e1af4b20723a072a3ad46391c9.tar.gz
drakx-backup-do-not-use-3fac7a9c140841e1af4b20723a072a3ad46391c9.tar.bz2
drakx-backup-do-not-use-3fac7a9c140841e1af4b20723a072a3ad46391c9.tar.xz
drakx-backup-do-not-use-3fac7a9c140841e1af4b20723a072a3ad46391c9.zip
modified to handle ads
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89d527bed..c8d5b8073 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ UPLOAD_SPARC_DEST = /mnt/BIG/distrib/sparc
.PHONY: dirs perl-install $(FLOPPY_IMG) install
install: all.modules build rescue
- for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done
+ for i in images misc Mandrake Mandrake/base Mandrake/share/advertising; do install -d $(ROOTDEST)/$$i ; done
ifneq (ppc,$(ARCH))
for i in $(FRELEASE_BOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done
endif
@@ -60,6 +60,10 @@ endif
install live_update $(ROOTDEST)/live_update
make -C perl-install full_stage2
+ make install-ads
+
+install-ads:
+ make -C perl-install/share/advertising install
build: $(FBOOT_RDZ) $(FBOOT_IMG)