public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13619 - in main/branches/prefix: . bin cnf doc man pym src
@ 2009-05-09  9:09 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2009-05-09  9:09 UTC (permalink / raw
  To: gentoo-commits

Author: grobian
Date: 2009-05-09 09:09:25 +0000 (Sat, 09 May 2009)
New Revision: 13619

Modified:
   main/branches/prefix/Makefile.am
   main/branches/prefix/bin/Makefile.in
   main/branches/prefix/cnf/Makefile.in
   main/branches/prefix/doc/Makefile
   main/branches/prefix/man/Makefile.am
   main/branches/prefix/pym/Makefile.in
   main/branches/prefix/src/Makefile.am
Log:
require our bash everywhere, perhaps that solves some weird issues (during bootstrap)

Modified: main/branches/prefix/Makefile.am
===================================================================
--- main/branches/prefix/Makefile.am	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/Makefile.am	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,4 +1,4 @@
-SHELL=@PORTAGE_BASH@
+SHELL = @PORTAGE_BASH@
 
 SUBDIRS = src man bin pym cnf
 

Modified: main/branches/prefix/bin/Makefile.in
===================================================================
--- main/branches/prefix/bin/Makefile.in	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/bin/Makefile.in	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 sysconfdir = @sysconfdir@

Modified: main/branches/prefix/cnf/Makefile.in
===================================================================
--- main/branches/prefix/cnf/Makefile.in	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/cnf/Makefile.in	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 prefix = @prefix@
 sysconfdir = @sysconfdir@
 datadir = @datadir@

Modified: main/branches/prefix/doc/Makefile
===================================================================
--- main/branches/prefix/doc/Makefile	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/doc/Makefile	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 all: xhtml xhtml-nochunks
 
 XMLTO_FLAGS = -m custom.xsl

Modified: main/branches/prefix/man/Makefile.am
===================================================================
--- main/branches/prefix/man/Makefile.am	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/man/Makefile.am	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 man_MANS = \
 	chpathtool.5 \
 	color.map.5 \

Modified: main/branches/prefix/pym/Makefile.in
===================================================================
--- main/branches/prefix/pym/Makefile.in	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/pym/Makefile.in	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 sysconfdir = @sysconfdir@

Modified: main/branches/prefix/src/Makefile.am
===================================================================
--- main/branches/prefix/src/Makefile.am	2009-05-06 22:12:44 UTC (rev 13618)
+++ main/branches/prefix/src/Makefile.am	2009-05-09 09:09:25 UTC (rev 13619)
@@ -1,3 +1,5 @@
+SHELL = @PORTAGE_BASH@
+
 SUBDIRS 	=
 
 bin_PROGRAMS	= chpathtool




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-09  9:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-09  9:09 [gentoo-commits] portage r13619 - in main/branches/prefix: . bin cnf doc man pym src Fabian Groffen (grobian)

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