public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout/files: baselayout-2.0.1-proc_touch.patch
@ 2010-11-04  0:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-04  0:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/04 00:33:56

  Added:                baselayout-2.0.1-proc_touch.patch
  Log:
  Fix Stage1 building wrt #232823.
  
  (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/baselayout/files/baselayout-2.0.1-proc_touch.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/files/baselayout-2.0.1-proc_touch.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout/files/baselayout-2.0.1-proc_touch.patch?rev=1.1&content-type=text/plain

Index: baselayout-2.0.1-proc_touch.patch
===================================================================
https://bugs.gentoo.org/232823
http://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/Makefile?r1=3171&r2=3172

--- Makefile
+++ Makefile
@@ -49,8 +49,9 @@
 layout:
 	# Create base filesytem layout
 	for x in $(KEEP_DIRS) ; do \
+		test -e $(DESTDIR)$$x/.keep && continue ; \
 		$(INSTALL_DIR) $(DESTDIR)$$x || exit $$? ; \
-		touch $(DESTDIR)$$x/.keep || exit $$? ; \
+		touch $(DESTDIR)$$x/.keep || echo "ignoring touch failure; mounted fs?" ; \
 	done
 	# Special dirs
 	install -m 0700 -d $(DESTDIR)/root || exit $$?






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout/files: baselayout-2.0.1-proc_touch.patch
@ 2011-09-04 15:47 William Hubbs (williamh)
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2011-09-04 15:47 UTC (permalink / raw
  To: gentoo-commits

williamh    11/09/04 15:47:57

  Removed:              baselayout-2.0.1-proc_touch.patch
  Log:
  remove old patch
  
  (Portage version: 2.2.0_alpha53/cvs/Linux i686)



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

end of thread, other threads:[~2011-09-04 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04  0:33 [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout/files: baselayout-2.0.1-proc_touch.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-04 15:47 William Hubbs (williamh)

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