[svn:parrot] r38868 - in trunk: config/gen/makefiles t/codingstd

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun May 17 13:51:49 UTC 2009


Author: jkeenan
Date: Sun May 17 13:51:48 2009
New Revision: 38868
URL: https://trac.parrot.org/parrot/changeset/38868

Log:
'make' target 'check_source' should have been removed in r22249 2007-10-18
when the underlying program tools/dev/check_source_standards.pl was removed.

Modified:
   trunk/config/gen/makefiles/root.in
   trunk/t/codingstd/c_returns.t

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sun May 17 10:27:28 2009	(r38867)
+++ trunk/config/gen/makefiles/root.in	Sun May 17 13:51:48 2009	(r38868)
@@ -867,9 +867,6 @@
 
 lib_deps : lib_deps_object lib_deps_source
 
-check_source : $(GENERAL_H_FILES)
-	$(PERL) tools/dev/check_source_standards.pl all_source
-
 # XXX changes don't always propagate into libparrot
 # e.g. when I change debug:fataly to xfataly, nm still shows the old symbol
 # and parrot builds fine (except for the unproto warning

Modified: trunk/t/codingstd/c_returns.t
==============================================================================
--- trunk/t/codingstd/c_returns.t	Sun May 17 10:27:28 2009	(r38867)
+++ trunk/t/codingstd/c_returns.t	Sun May 17 13:51:48 2009	(r38868)
@@ -29,7 +29,8 @@
 =head1 NOTES
 
 This test was hacked from the C<check_returns> sub in
-C<tools/dev/check_source_standards.pl>
+C<tools/dev/check_source_standards.pl>, which is no longer part of the Parrot
+distribution.
 
 =head1 SEE ALSO
 


More information about the parrot-commits mailing list