X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=596ed56abb8a2db9c89645d6311f556cc44919c2;hb=refs%2Fheads%2F850;hp=2ce0f2b5449f1628ea7bc59eb956ac6a0a656e0c;hpb=ada33746bf4c2a0c771594592bb92f23a6cd37b6;p=sdk diff --git a/Makefile b/Makefile index 2ce0f2b..596ed56 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ -.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard +.PHONY: all clean realclean distclean emptyoutput prepinstall actualinstall install copyonlyinstall uninstall troubleshoot outputdirs bootstrap deps ecere ecerecom ecerevanilla ear compiler prepbinaries epj2make ide documentor eda prepcodeguard codeguard fixprecompile +ifneq "$V" "1" .SILENT: +endif include crossplatform.mk include default.cf @@ -124,7 +126,7 @@ else endif export CPPFLAGS -CPPFLAGS += -DDEB_HOST_MULTIARCH=\"$(PREFIXLIBDIR)\" +CPPFLAGS += -DDEB_HOST_MULTIARCH=\"$(call escspace,$(PREFIXLIBDIR))\" DESTLIBDIR := $(DESTDIR)$(PREFIXLIBDIR) ifdef SLIBDIR @@ -210,6 +212,9 @@ ear: ecere ecerevanilla cd ear && cd cmd && $(MAKE) cleantarget cd ear && $(MAKE) +fixprecompile: + cd compiler && $(MAKE) fixprecompile + compiler: ecere ear ifdef CROSS_TARGET @$(call echo,Building 2nd stage compiler (host))