[csw-devel] SF.net SVN: gar:[22071] csw/mgar/gar/v2/gar.conf.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Oct 1 13:32:19 CEST 2013
Revision: 22071
http://gar.svn.sourceforge.net/gar/?rev=22071&view=rev
Author: dmichelsen
Date: 2013-10-01 11:32:18 +0000 (Tue, 01 Oct 2013)
Log Message:
-----------
mGAR v2: Allow usage of GAROSREL in GARCOMPILER selection
Modified Paths:
--------------
csw/mgar/gar/v2/gar.conf.mk
Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk 2013-10-01 11:19:52 UTC (rev 22070)
+++ csw/mgar/gar/v2/gar.conf.mk 2013-10-01 11:32:18 UTC (rev 22071)
@@ -99,10 +99,6 @@
GARCOMPILER = GCC4
endif
-ifeq (,$(filter $(GARCOMPILER),$(GARCOMPILERS)))
- $(error The compiler '$(GARCOMPILER)' is unknown. Please select one of $(GARCOMPILERS))
-endif
-
# Build flavor (OPT/DBG)
GARFLAVOR ?= OPT
@@ -111,6 +107,9 @@
GARCH := $(if $(GARCH),$(GARCH),$(shell /usr/bin/uname -p))
GAROSREL := $(if $(GAROSREL),$(GAROSREL),$(shell /usr/bin/uname -r))
+ifeq (,$(filter $(GARCOMPILER),$(GARCOMPILERS)))
+ $(error The compiler '$(GARCOMPILER)' is unknown. Please select one of $(GARCOMPILERS))
+endif
# These are the standard directory name variables from all GNU
# makefiles. They're also used by autoconf, and can be adapted
@@ -935,6 +934,7 @@
@echo
modenv:
+ @echo " Platforms: $(PACKAGING_PLATFORMS)"
@echo " Arch: $(GARCH)"
@echo " Kernel: $(KERNELISA)"
@echo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list