[csw-devel] SF.net SVN: gar:[19690] csw/mgar/gar/v2/category.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 14 11:47:29 CET 2012
Revision: 19690
http://gar.svn.sourceforge.net/gar/?rev=19690&view=rev
Author: dmichelsen
Date: 2012-11-14 10:47:29 +0000 (Wed, 14 Nov 2012)
Log Message:
-----------
mGAR v2: Issue a warning when one of the old default-categories is used
Modified Paths:
--------------
csw/mgar/gar/v2/category.mk
Modified: csw/mgar/gar/v2/category.mk
===================================================================
--- csw/mgar/gar/v2/category.mk 2012-11-14 09:17:53 UTC (rev 19689)
+++ csw/mgar/gar/v2/category.mk 2012-11-14 10:47:29 UTC (rev 19690)
@@ -21,6 +21,10 @@
# of gar/ symlinks in each build directory.
GARDIR := $(dir $(lastword $(MAKEFILE_LIST)))
+$(if $(findstring $(CATEGORIES),apps devel lang lib net server utils xorg xtra),\
+ $(warning The categories with no special meaning have been renamed to 'default', please remove the CATEGORIES line as for the default case this is no longer necessary)\
+)
+
CATEGORIES ?= default
ifeq (,$(wildcard $(GARDIR)/categories/$(CATEGORIES)/category.mk))
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