From: "Dane Smith" <c1pher@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/c1pher:master commit in: dev-util/ati-stream-sdk/files/, dev-util/ati-stream-sdk/
Date: Thu, 24 Feb 2011 15:09:24 +0000 (UTC) [thread overview]
Message-ID: <695370a94d9797faa8a7be909b5a9f761a66ab0c.c1pher@gentoo> (raw)
commit: 695370a94d9797faa8a7be909b5a9f761a66ab0c
Author: Dane Smith <c1pher <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 15:04:41 2011 +0000
Commit: Dane Smith <c1pher <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 15:04:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=695370a9
Move forward 1 commit.
---
dev-util/ati-stream-sdk/Manifest | 2 +-
dev-util/ati-stream-sdk/files/Makefile | 19 +++++++++++--------
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/dev-util/ati-stream-sdk/Manifest b/dev-util/ati-stream-sdk/Manifest
index f22c302..735dde4 100644
--- a/dev-util/ati-stream-sdk/Manifest
+++ b/dev-util/ati-stream-sdk/Manifest
@@ -1,4 +1,4 @@
-AUX Makefile 2206 RMD160 75f1ebb649aa8111e750c75b03452c7df9ffae5d SHA1 0644e3c66b2801e4cfe0663a4a81aa148d7360e8 SHA256 70ff4dbcbcd759babce9a1eb9fa355c7797116753e8f356eaaef1cea3469bf44
+AUX Makefile 2284 RMD160 88e0aa563e687c03219676b95c9f464093a7f4be SHA1 517c1088e3917f6a8f8b6358df7de2d964beb192 SHA256 2c6b248be818dc05dd0047cd92f0beaab6ac42689cce858f9d8b9dcd1fe5de3d
DIST ati-stream-sdk-v2.3-lnx32.tgz 49912168 RMD160 07c045de3118531472672e9ef7b3763cb32f7d68 SHA1 972bdbe6942e52411a2f041720348e857f17c388 SHA256 07fd15a51a678c4378767f61466daf9da21d0bab6088a97a70136dd8c976aca6
DIST ati-stream-sdk-v2.3-lnx64.tgz 78659015 RMD160 57af36f62e590ae54cb9d43b880735979b77466c SHA1 43c94e5126563fe3fa4cb92fb6dd20f12864a86d SHA256 f92537d1fc306af0bff1441af4669bf2fa668654b12d9fb53a3a872dc8826cad
EBUILD ati-stream-sdk-2.3-r1.ebuild 1785 RMD160 a49779dcf7c9cc2c759edd252a8de82fb2b4731a SHA1 78f96f8730fb3da67dc6939a646567bf82174217 SHA256 b1f1607754f6ca3cb4784242dd260a9e8a6738d08fc7923dbf02ecdd9ee576aa
diff --git a/dev-util/ati-stream-sdk/files/Makefile b/dev-util/ati-stream-sdk/files/Makefile
index 1052039..9828850 100644
--- a/dev-util/ati-stream-sdk/files/Makefile
+++ b/dev-util/ati-stream-sdk/files/Makefile
@@ -24,10 +24,7 @@ DSUFX=
SUFX=32
endif
-install:
- test -z "$(BINDIR)" || $(MKDIR) "$(BINDIR)"
- test -z "$(LIBDIR)" || $(MKDIR) "$(LIBDIR)"
- test -z "$(INCDIR)" || $(MKDIR) "$(INCDIR)"
+install-etc:
test -z "$(ETCDIR)" || $(MKDIR) "$(ETCDIR)"
tar -xzf icd-registration.tgz || exit 1
@list='$(ETCFILES)'; for f in $$list; do\
@@ -40,6 +37,9 @@ install:
$(INSTALLDAT) "$$f" $(ETCDIR)$$f1 || exit 1;\
else :; fi;\
done
+
+install-bin:
+ test -z "$(BINDIR)" || $(MKDIR) "$(BINDIR)"
@list='$(BINFILES)'; for f in $$list; do\
if test -f $$f; then\
f1=`basename $$f`;\
@@ -47,6 +47,9 @@ install:
$(INSTALLBIN) "$$f" "$(BINDIR)$$f1" || exit 1;\
else :; fi;\
done
+
+install-lib:
+ test -z "$(LIBDIR)" || $(MKDIR) "$(LIBDIR)"
@list='$(LIBFILES)'; for f in $$list; do\
if test -f $$f; then\
f1=`echo $$f | sed -e 's|lib/||g' -e 's|x86*/||g'`;\
@@ -57,6 +60,9 @@ install:
$(INSTALLBIN) "$$f" "$(LIBDIR)$$f1" || exit 1;\
else :; fi;\
done
+
+install-include:
+ test -z "$(INCDIR)" || $(MKDIR) "$(INCDIR)"
@list='$(INCFILES)'; for f in $$list; do\
if test -f $$f; then\
f1=`echo $$f | sed -e 's|include||g'`;\
@@ -68,7 +74,4 @@ install:
else :; fi;\
done
-install-examples:
-
-install-doc:
-
+install: install-etc install-bin install-lib install-include
next reply other threads:[~2011-02-24 15:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-24 15:09 Dane Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-24 19:50 [gentoo-commits] dev/c1pher:master commit in: dev-util/ati-stream-sdk/files/, dev-util/ati-stream-sdk/ Dane Smith
2011-02-24 19:46 Dane Smith
2011-02-24 19:24 Dane Smith
2011-02-24 19:12 Dane Smith
2011-02-24 16:43 Dane Smith
2011-02-24 15:58 Dane Smith
2011-02-24 15:48 Dane Smith
2011-02-24 15:27 Dane Smith
2011-02-24 15:15 Dane Smith
2011-02-24 15:03 Dane Smith
2011-02-23 18:46 Dane Smith
2011-02-23 18:21 Dane Smith
2011-02-23 18:05 Dane Smith
2011-02-23 17:52 Dane Smith
2011-02-23 16:34 Dane Smith
2011-02-23 16:02 Dane Smith
2011-02-23 15:58 Dane Smith
2011-02-23 14:54 Dane Smith
2011-02-23 14:48 Dane Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=695370a94d9797faa8a7be909b5a9f761a66ab0c.c1pher@gentoo \
--to=c1pher@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox