changeset 3788:7d2caa54f3aa

Default rule and spacing fixes.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 10 Sep 2007 11:27:53 +0200
parents 17fec0a42c33
children 598ff4dc7a1a
files GNUmakefile compilers.make
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Mon Sep 10 10:40:27 2007 +0200
+++ b/GNUmakefile	Mon Sep 10 11:27:53 2007 +0200
@@ -1,4 +1,5 @@
-.PHONY: lilypond mingit phone 
+.PHONY: lilypond mingit phone
+.PHONY: default compilers TAGS help local download-local
 sources = GNUmakefile $(filter-out %~, $(wildcard *.make bin/* gub/*.py gub/*/*.py gub/*/*/*.py gub/*/*/*/*.py))
 
 default: compilers
@@ -9,7 +10,7 @@
 TAGS: $(sources)
 	etags $^
 
-MAKE_FILES = $(filter-out compilers.make gub.make,$(wildcard *.make))
+MAKE_FILES = $(filter-out compilers.make gub.make local.make,$(wildcard *.make))
 MAKE_BASES = $(MAKE_FILES:%.make=%)
 
 help:
--- a/compilers.make	Mon Sep 10 10:40:27 2007 +0200
+++ b/compilers.make	Mon Sep 10 11:27:53 2007 +0200
@@ -53,7 +53,7 @@
 gcc_or_glibc = $(shell if echo $(1) | grep linux > /dev/null 2>/dev/null; then echo glibc; else echo cross/gcc; fi)
 
 cross-compilers:
-	$(foreach p, $(PLATFORMS),$(call INVOKE_GUB, $(p)) $(call gcc_or_glibc, $(p)) && ) true
+	$(foreach p, $(PLATFORMS), $(call INVOKE_GUB,$(p)) $(call gcc_or_glibc,$(p)) && ) true
 
 cross-distccd:
 	-$(if $(wildcard log/$@.pid),kill `cat log/$@.pid`, true)