Thread overview
[Issue 1964] New: Patch to phobos' linux.mak to build headers
Mar 31, 2008
d-bugmail
Mar 31, 2008
d-bugmail
Apr 01, 2008
d-bugmail
May 17, 2008
d-bugmail
May 17, 2008
d-bugmail
March 31, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1964

           Summary: Patch to phobos' linux.mak to build headers
           Product: D
           Version: 2.012
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: lindevel@gmx.net
 BugsThisDependsOn: 1963


The attached patch adds a "headers" target to src/phobos/linux.mak which will build headers of all modules into a include/ subdirectory. This is useful for globaly installing the modules, where you do not need to bother with the sourcecode.


-- 

March 31, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1964





------- Comment #1 from lindevel@gmx.net  2008-03-31 18:24 -------
Created an attachment (id=241)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=241&action=view)
Proposed patch


-- 

April 01, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1964


andrei@metalanguage.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|bugzilla@digitalmars.com    |andrei@metalanguage.com




------- Comment #2 from andrei@metalanguage.com  2008-03-31 20:43 -------
Good idea. Merged, and will be committed in the next minor release. Thanks!


-- 

May 17, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1964


andrei@metalanguage.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from andrei@metalanguage.com  2008-05-17 11:21 -------
Fixed a couple of releases back.


-- 

May 17, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1964





------- Comment #4 from lindevel@gmx.net  2008-05-17 11:46 -------
bug #1963 is still not solved. I expect this to cause some trouble when more people try to create headers now...

But thanks for incorporating that patch!


--