Opened 8 years ago
Closed 7 years ago
#1698 closed task (fixed)
Add measurements of sizes and timings in BLFS tools
Reported by: | Pierre Labastie | Owned by: | Pierre Labastie |
---|---|---|---|
Priority: | normal | Milestone: | 3.0 |
Component: | ablfs | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
This is not that easy:
- test and docs should be separated to get something useful for the book
- those instructions should be generated only for the package(s) the user wants to measure, not for all dependencies which might be pulled in
- we have to choose where the output should go: in the logs, or in a separate file named according to the package, or maybe all stats in one file
Change History (3)
comment:1 by , 8 years ago
Milestone: | → 3.0 |
---|
comment:2 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at r4043. There is no way to detect doc only instructions. Test instructions have been improved. Lines have to be shuffled in script, if the order is not make; make test; make install (or same with ninja)...
Note:
See TracTickets
for help on using tickets.
Let's try an implementation with the following:
Use dependencies/root.dep to get the list of requested packages, pass that list to scripts.xsl, and only generate the stat/test-log/DESTDIR instructions for those packages
I guess unless we use some new formatting in the book, separating "build/install doc" instructions from the rest will have to be done manually.