summaryrefslogtreecommitdiffstats
<
Diffstat (limited to 'Makefile')
BranchCommit messageAuthorAge
master0.6.75Giuseppe Ghibò3 weeks
distro/mga90.6.57Thomas Backlund3 years
distro/mga80.6.26.13Thomas Backlund4 years
distro/mga70.6.9.5Thomas Backlund5 years
distro/mga60.3.7.9Thomas Backlund8 years
distro/mga50.1.346.10Thomas Backlund8 years
distro/mga20.1.303.2Thomas Backlund14 years
distro/mga1Branch for updatesDexter Morgan15 years
distro/mdv2010.0Generated by svn2cl the 30_MarOlivier Blin16 years
distro/mdv2009.10.1.261.1Thierry Vignaud17 years
distro/mdv2009.00.1.243.2Thierry Vignaud17 years
topic/MDK-2006_0-updateBump releasePascal Terjan18 years
distro/mdv2008.0add qc-usb-messenger module info (#35763)Olivier Blin18 years
distro/mdv2007.1Generated by svn2cl the 27_DecAdam Williamson18 years
distro/mdv2007.0- use free ati driver for a radeon 9000 modelOlivier Blin19 years
topic/MDK10_0-branchGenerated by cvs2cl the 21_MarGwenolé Beauchesne20 years
topic/MDK10_2-branch- i915G is ok (whereas GM is not), so rollback this oneThierry Vignaud21 years
topic/MDK10_1-branchhandle devices which drivers declare them with PCI_ANY_IDThierry Vignaud22 years
topic/R9_0-branchRecognize LSI Logic|PowerEdge RAID Controller 3/QC for Olidata Opteron systemGwenolé Beauchesne23 years
 
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddbb8e1c4..de1c1e0af 100644
--- a/Makefile
+++ b/Makefile
@@ -26,9 +26,9 @@ UPLOAD_DEST_CONTRIB = $(UPLOAD_DEST_)/contrib
AUTOBOOT = $(ROOTDEST)/dosutils/autoboot/mdkinst
-.PHONY: dirs rescue $(FLOPPY_IMG) install network_ks.rdz pcmcia_ks.rdz
+.PHONY: dirs $(FLOPPY_IMG) install network_ks.rdz pcmcia_ks.rdz
-install: build autoboot
+install: build autoboot rescue
for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done
cp -f $(RELEASE_BOOT_IMG) $(ROOTDEST)/images
ifeq (alpha,$(ARCH))