public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-projects commit in portage-utils/tests: subdir.mk
@ 2011-12-12 21:04 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2011-12-12 21:04 UTC (permalink / raw
  To: gentoo-commits

vapier      11/12/12 21:04:50

  Added:                subdir.mk
  Log:
  common tests code

Revision  Changes    Path
1.1                  portage-utils/tests/subdir.mk

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/subdir.mk?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/subdir.mk?rev=1.1&content-type=text/plain

Index: subdir.mk
===================================================================
abs_top_builddir ?= ../..
abs_top_srcdir ?= ../..

ifdef AUTOTOOLS
this_subdir = tests/$(thisdir)
builddir = $(abs_top_builddir)/$(this_subdir)
srcdir = $(abs_top_srcdir)/$(this_subdir)
else
builddir = .
srcdir = .
endif

b = $(builddir)
s = $(srcdir)
atb = $(abs_top_builddir)
ats = $(abs_top_srcdir)

export b s atb ats






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-projects commit in portage-utils/tests: subdir.mk
@ 2013-04-29  4:38 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-29  4:38 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/29 04:38:16

  Modified:             subdir.mk
  Log:
  initial support for prefix/suffix operators #369225 by Christian Ruppert

Revision  Changes    Path
1.3                  portage-utils/tests/subdir.mk

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/subdir.mk?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/subdir.mk?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/portage-utils/tests/subdir.mk?r1=1.2&r2=1.3

Index: subdir.mk
===================================================================
RCS file: /var/cvsroot/gentoo-projects/portage-utils/tests/subdir.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- subdir.mk	12 Dec 2011 21:16:23 -0000	1.2
+++ subdir.mk	29 Apr 2013 04:38:16 -0000	1.3
@@ -10,6 +10,8 @@
 srcdir = .
 endif
 
+mkdir = $(if $(wildcard $(dir $(1))),:,mkdir -p "$(dir $(1))")
+
 b = $(builddir)
 s = $(srcdir)
 atb = $(abs_top_builddir)





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-29  4:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29  4:38 [gentoo-commits] gentoo-projects commit in portage-utils/tests: subdir.mk Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-12 21:04 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox