public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-servers/publicfile/files: publicfile-0.52-build.patch
@ 2013-01-01 22:27 Julian Ospald (hasufell)
  0 siblings, 0 replies; 2+ messages in thread
From: Julian Ospald (hasufell) @ 2013-01-01 22:27 UTC (permalink / raw
  To: gentoo-commits

hasufell    13/01/01 22:27:39

  Added:                publicfile-0.52-build.patch
  Log:
  verbose build log wrt #430084 and respect AR/RANLIB
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)

Revision  Changes    Path
1.1                  www-servers/publicfile/files/publicfile-0.52-build.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/files/publicfile-0.52-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/publicfile/files/publicfile-0.52-build.patch?rev=1.1&content-type=text/plain

Index: publicfile-0.52-build.patch
===================================================================
From: Julian Ospald <hasufell@gentoo.org>
Date: Tue Jan  1 22:20:05 UTC 2013
Subject: build system

	make build output verbose
	respext AR and RANLIB

--- Makefile
+++ Makefile
@@ -2,6 +2,9 @@
 
 SHELL=/bin/sh
 
+AR ?= ar
+RANLIB ?= ranlib
+
 default: it
 
 alloc.a: \
@@ -103,6 +106,7 @@
 compile: \
 warn-auto.sh conf-cc
 	( cat warn-auto.sh; \
+	echo echo "`head -1 conf-cc`" '-c $${1+"$$@"}'; \
 	echo exec "`head -1 conf-cc`" '-c $${1+"$$@"}' \
 	) > compile
 	chmod 755 compile
@@ -306,6 +310,8 @@
 warn-auto.sh conf-ld
 	( cat warn-auto.sh; \
 	echo 'main="$$1"; shift'; \
+	echo echo "`head -1 conf-ld`" \
+	'-o "$$main" "$$main".o $${1+"$$@"}'; \
 	echo exec "`head -1 conf-ld`" \
 	'-o "$$main" "$$main".o $${1+"$$@"}' \
 	) > load
@@ -320,7 +326,8 @@
 	( cat warn-auto.sh; \
 	echo 'main="$$1"; shift'; \
 	echo 'rm -f "$$main"'; \
-	echo 'ar cr "$$main" $${1+"$$@"}'; \
+	echo 'echo $(AR) cr "$$main" $${1+"$$@"}'; \
+	echo '$(AR) cr "$$main" $${1+"$$@"}'; \
 	case "`cat systype`" in \
 	sunos-5.*) ;; \
 	unix_sv*) ;; \
@@ -329,7 +336,7 @@
 	dgux-*) ;; \
 	hp-ux-*) ;; \
 	sco*) ;; \
-	*) echo 'ranlib "$$main"' ;; \
+	*) echo 'echo $(RANLIB) "$$main"' ; echo '$(RANLIB) "$$main"' ;; \
 	esac \
 	) > makelib
 	chmod 755 makelib





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

* [gentoo-commits] gentoo-x86 commit in www-servers/publicfile/files: publicfile-0.52-build.patch
@ 2015-04-26 12:29 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-26 12:29 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/26 12:29:29

  Removed:              publicfile-0.52-build.patch
  Log:
  Remove masked for removal package


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

end of thread, other threads:[~2015-04-26 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 22:27 [gentoo-commits] gentoo-x86 commit in www-servers/publicfile/files: publicfile-0.52-build.patch Julian Ospald (hasufell)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-26 12:29 Pacho Ramos (pacho)

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