diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-16 20:55:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-16 20:55:34 +0000 |
commit | bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44 (patch) | |
tree | dde4c5b44cd6b849b4c046195ad1b2f90d82ef36 /Makefile | |
parent | ef214ebfe0278d941e8905f984a1baaca528707b (diff) | |
download | drakx-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar drakx-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.gz drakx-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.bz2 drakx-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.xz drakx-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,12 +11,12 @@ install: build cp -f $(BOOT_IMG) $(ROOTDEST)/images ; rm $(ROOTDEST)/images/*_ks.img make -C perl-install full_stage2 -build: dirs $(BOOT_IMG) +build: $(BOOT_IMG) dirs: for i in $(DIRS); do make -C $$i; done -$(BOOT_IMG): modules +$(BOOT_IMG): modules dirs make dirs ./make_boot_img $@ $(@:gi_%.img=%) |