lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5415] Permit 'make check_concinnity' to run in an arbitra


From: Greg Chicares
Subject: [lmi-commits] [5415] Permit 'make check_concinnity' to run in an arbitrary directory
Date: Thu, 01 Mar 2012 12:26:21 +0000

Revision: 5415
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5415
Author:   chicares
Date:     2012-03-01 12:26:20 +0000 (Thu, 01 Mar 2012)
Log Message:
-----------
Permit 'make check_concinnity' to run in an arbitrary directory

Modified Paths:
--------------
    lmi/trunk/GNUmakefile

Modified: lmi/trunk/GNUmakefile
===================================================================
--- lmi/trunk/GNUmakefile       2012-03-01 09:28:16 UTC (rev 5414)
+++ lmi/trunk/GNUmakefile       2012-03-01 12:26:20 UTC (rev 5415)
@@ -298,7 +298,7 @@
 
 .PHONY: custom_tools
 custom_tools:
-       @$(MAKE) test_coding_rules$(EXEEXT)
+       @$(MAKE) --file=$(this_makefile) --directory=$(src_dir) 
test_coding_rules$(EXEEXT)
        @$(CP) --preserve --update $(TEST_CODING_RULES) /opt/lmi/local/bin
 
 
################################################################################
@@ -328,7 +328,7 @@
        @$(TOUCH) --date=$(yyyymm)22 CANDIDATE
        @[ TODAY -nt CANDIDATE ] && [ version.hpp -ot BOM ] \
          && $(ECHO) "Is it time to 'make release_candidate'?" || true
-       @[ license.cpp -ot BOY ] \
+       @[ -f license.cpp ] && [ license.cpp -ot BOY ] \
          && $(ECHO) "Make the 'happy_new_year' target." || true
        @$(RM) --force CANDIDATE
        @$(RM) --force TODAY




reply via email to

[Prev in Thread] Current Thread [Next in Thread]