lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5103] Make build directory more unmistakable


From: Greg Chicares
Subject: [lmi-commits] [5103] Make build directory more unmistakable
Date: Tue, 21 Sep 2010 00:44:32 +0000

Revision: 5103
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5103
Author:   chicares
Date:     2010-09-21 00:44:32 +0000 (Tue, 21 Sep 2010)
Log Message:
-----------
Make build directory more unmistakable

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

Modified: lmi/trunk/GNUmakefile
===================================================================
--- lmi/trunk/GNUmakefile       2010-09-20 12:32:27 UTC (rev 5102)
+++ lmi/trunk/GNUmakefile       2010-09-21 00:44:32 UTC (rev 5103)
@@ -137,7 +137,7 @@
 build_type ?= ship
 toolset ?= gcc
 build_directory := \
-  ../build/$(notdir $(src_dir))/$(uname)/$(toolset)/$(build_type)
+  $(src_dir)/../build/$(notdir $(src_dir))/$(uname)/$(toolset)/$(build_type)
 
 gpl_files := \
   COPYING \
@@ -288,7 +288,7 @@
 
 .PHONY: clobber
 clobber: source_clean
-       @-$(RM) --force --recursive ../build
+       @-$(RM) --force --recursive $(src_dir)/../build
 
 
################################################################################
 
@@ -416,7 +416,7 @@
 
 # TODO ?? This is an evolving experiment. Possible enhancements include:
 #   - Add other tests, particularly system tests.
-#       Consider using ../products/src if it exists.
+#       Consider using $(src_dir)/../products/src if it exists.
 #       Also consider using the repository only, with testdecks stored
 #         either there or in ftp.
 #   - Test skeleton branch, too.




reply via email to

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