gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1377: add garstep subdirs to dependen


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1377: add garstep subdirs to dependency search path
Date: Mon, 10 Dec 2012 09:15:12 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1377
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2012-12-10 09:15:12 +0100
message:
  add garstep subdirs to dependency search path
modified:
  gar.lib.mk
=== modified file 'gar.lib.mk'
--- a/gar.lib.mk        2012-12-08 10:09:33 +0000
+++ b/gar.lib.mk        2012-12-10 08:15:12 +0000
@@ -807,7 +807,7 @@
 # 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
+DEPPATH ?= .. $(GARDIR) $(GARDIR)/gnu $(GARDIR)/deps $(GARDIR)/gnome 
$(GARDIR)/gnustep
 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]