Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/tools



   
   I guess this may break parallel build.  Before, building disklabel is
   deferred but now it will be built more earlier.

good point.  thanks.
   
   The notation like below
   
        xxx .WAIT \
        yyy .WAIT \
        zzz ...
   
   is quite misleading and it should be rewritten as follows instead:
   
        xxx \
        .WAIT yyy \
        .WAIT zzz ...

i'm testing a change like this for tools/Makefile.


.mrg.


Home | Main Index | Thread Index | Old Index