20 Dec
2005
20 Dec
'05
8:44 p.m.
On Dec 20, 2005, at 12:33 PM, Shannon Pasto wrote:
do assume correctly that when 'buildorder' is run it should output the projects in the order that they should be built to a file which is entered as part of the command? If it is, then it didn't for me. All I got was the list (on a single line) output to std out.
Can someone please confirm this?
In the example I gave: # darwinxref version '*' | sed -e 's/-.*//' > projects.txt # /usr/local/share/darwinbuild/buildorder projects.txt ordered.txt # /usr/local/share/darwinbuild/buildlist ordered.txt ordered.txt is the output file, and does not need to exist prior to issuing the buildorder command. You can ignore the output printed to stdout. - Kevin