[svn:parrot] r48280 - trunk/config/gen/makefiles

petdance at svn.parrot.org petdance at svn.parrot.org
Tue Aug 3 06:25:32 UTC 2010


Author: petdance
Date: Tue Aug  3 06:25:32 2010
New Revision: 48280
URL: https://trac.parrot.org/parrot/changeset/48280

Log:
add a "tags" target because I always forget what the tags target really is

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue Aug  3 06:11:34 2010	(r48279)
+++ trunk/config/gen/makefiles/root.in	Tue Aug  3 06:25:32 2010	(r48280)
@@ -2515,6 +2515,11 @@
 
 tags.vi.dummy:
 
+tags: tags.dummy
+	@echo 'There is no "tags" target. You want tags-vi or tags-emacs.'
+
+tags.dummy:
+
 CRITIC_FILES = 'lib/Parrot'
 
 perlcritic:


More information about the parrot-commits mailing list