Opened 16 years ago
Closed 13 years ago
#379 closed task (fixed)
Rework makefiles to support incremental builds avoid need for full rebuilds
Reported by: | Steven Levine | Owned by: | David Azarewicz |
---|---|---|---|
Priority: | major | Milestone: | Release version 3.19 |
Component: | ACPI PSD | Version: | 3.14 |
Keywords: | Cc: |
Description
The current makefiles are inefficient. Switching between retail and debug builds requires a full rebuild of all applications. Also, is is not possible to reliably build a single binary such as acpi.psd without processing all makefiles.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
by , 16 years ago
Attachment: | makefilepatches-20090507-1403.diff added |
---|
Build to separate retail and debug directories
comment:3 by , 16 years ago
The attached makefilepatches-20090507-1403.diff modifies the build system to build to separate retail and debug directories.
Apply with
gnupatch -p0 <makefilepatches-20090507-1403.diff
or the equivalent.
comment:4 by , 15 years ago
Status: | new → assigned |
---|
comment:5 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Do you look in svn?