gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1424: add external/ to DEPPATH


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1424: add external/ to DEPPATH
Date: Thu, 13 Dec 2012 22:43:22 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1424
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2012-12-13 22:43:22 +0100
message:
  add external/ to DEPPATH
modified:
  ChangeLog
  gar.lib.mk
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-12-12 23:30:24 +0000
+++ b/ChangeLog 2012-12-13 21:43:22 +0000
@@ -1,5 +1,8 @@
 2012-12-13  Brandon Invergo  <address@hidden>
 
+       * gar.lib.mk (DEPPATH): Add external/ as a place to find
+       dependencies
+
        * gar.lib/external.mk (MISSING_LIBFILES): explicitly include sys
        dirs for when LD_LIBRARY_PATH doesn't define them
        (): include standard GAR/GSRC configuration

=== modified file 'gar.lib.mk'
--- a/gar.lib.mk        2012-12-12 23:27:17 +0000
+++ b/gar.lib.mk        2012-12-13 21:43:22 +0000
@@ -807,7 +807,8 @@
 # Function to allow searching for dependencies on a path, without needing
 # to specify full directory name.
 pathsearch = $(firstword $(wildcard $(addsuffix /$(strip $(1)),$(strip $(2)))))
-DEPPATH ?= .. $(GARDIR) $(GARDIR)/gnu $(GARDIR)/deps $(GARDIR)/gnome 
$(GARDIR)/gnustep
+DEPPATH ?= .. $(GARDIR) $(GARDIR)/gnu $(GARDIR)/deps $(GARDIR)/gnome 
$(GARDIR)/gnustep \
+          $(GARDIR)/external
 DEP = $(call pathsearch,$*,$(DEPPATH))
 
 # Standard deps install into the standard install dir.  For the


reply via email to

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