www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 37340128148bee0cdef227bd298db96b2b646e5e
parent ed1e0cf4c8f1b3abd22e3148c4f298b8be39bd41
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date:   Fri, 15 Apr 2011 02:25:10 +0200

Bug : La compilation échouait lorsque le dossier "dist" n'était pas présent.

Diffstat:
Msrc/makefiles/regles.makefile | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/makefiles/regles.makefile b/src/makefiles/regles.makefile @@ -6,8 +6,6 @@ clean: @echo " Suppression..." @$(RM) $(RM_OPTS) -rf $(REP_A_SUPPRIMER) @$(MKDIR) $(MKDIR_OPTS) $(REP_A_SUPPRIMER) - rmdir ./travail ./dist - mkdir ./travail ./dist .PHONY: test test: $(IMAGE_CDROM) @@ -31,6 +29,7 @@ $(POLICE_FNT): $(OBJETS_FNT) $(NOYAU_ELF): $(OBJETS_LD) @$(call AFFICHE_LD,$^,$@) + @$(MKDIR) $(MKDIR_OPTS) $(REP_DIST) @$(LD) $(LD_OPTS) -o $(NOYAU_ELF) -T $(SCRIPT_LD) $^