Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21410 Details for
Bug 18855
hsc-0.929.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.hsc-0.931.patch
Makefile.hsc-0.931.patch (text/plain), 1.98 KB, created by
Daniel Armyr
on 2003-11-28 07:42:00 UTC
(
hide
)
Description:
Makefile.hsc-0.931.patch
Filename:
MIME Type:
Creator:
Daniel Armyr
Created:
2003-11-28 07:42:00 UTC
Size:
1.98 KB
patch
obsolete
>--- Makefile.orig 2003-07-06 04:01:37.000000000 +0200 >+++ Makefile 2003-11-28 16:31:54.000000000 +0100 >@@ -19,10 +19,10 @@ > # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > # > >-CC = gcc >+#CC = gcc > #CFLAGS = -fomit-frame-pointer -O3 -Wall -pedantic > #CFLAGS = -ggdb -g3 -DDEBUG -DDEBUG_UGLY -DDEBUG_UGLY_MEMORY -Wall -pedantic >-CFLAGS = -ggdb -Wall -pedantic >+#CFLAGS = -ggdb -Wall -pedantic > SYS = -DUNIX > > # Link statically against dietlibc. Might be faster for you, though slightly >@@ -50,7 +50,7 @@ > #INSTALL = /bin/install > > #INSTDIR = /usr >-INSTDIR = /usr/local >+#INSTDIR = /usr/ > #INSTDIR = $(HOME) > > #------------------------------------------------ >@@ -236,11 +236,19 @@ > $(INSTALL) -m 755 -s hsctools/hscdepp $(INSTDIR)/bin/hscdepp > $(INSTALL) -m 755 -s hsctools/hscpitt $(INSTDIR)/bin/hscpitt > $(INSTALL) -m 644 hsc.prefs $(INSTDIR)/lib/hsc.prefs >- $(INSTALL) -m 644 -D README $(INSTDIR)/share/doc/hsc/README >- $(INSTALL) -m 644 -D CHANGES $(INSTDIR)/share/doc/hsc/CHANGES >- cp -R docs $(INSTDIR)/share/doc/hsc/ >- find $(INSTDIR)/share/doc/hsc/docs -type d | xargs chmod 755 >- find $(INSTDIR)/share/doc/hsc/docs -type f | xargs chmod 644 >+ $(INSTALL) -m 644 -D README $(INSTDIR)/share/doc/${P}/README >+ $(INSTALL) -m 644 -D CHANGES $(INSTDIR)/share/doc/${P}/CHANGES >+ cp -R docs $(INSTDIR)/share/doc/${P}/ >+ cp -R examples $(INSTDIR)/share/doc/${P}/ >+ cp -R starter-project $(INSTDIR)/share/doc/${P}/ >+ cp -R docs-source $(INSTDIR)/share/doc/${P}/examples/ >+ find $(INSTDIR)/share/doc/${P}/docs -type d | xargs chmod 755 >+ find $(INSTDIR)/share/doc/${P}/docs -type f | xargs chmod 644 >+ find $(INSTDIR)/share/doc/${P}/examples -type d | xargs chmod 755 >+ find $(INSTDIR)/share/doc/${P}/examples -type f | xargs chmod 644 >+ find $(INSTDIR)/share/doc/${P}/starter-project -type d | xargs chmod 755 >+ find $(INSTDIR)/share/doc/${P}/starter-project -type f | xargs chmod 644 >+ > > #-------------------------------------------------------------------- > # cleanup - remove all objects and executables
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18855
:
10276
|
10277
|
11070
|
11071
|
11161
|
13787
|
13788
|
21408
|
21409
| 21410