Jarkko Hietaniemi:
# > 3. Build EVERYTHING in an order that will jive with the 
# dependencies,
# > REGARDLESS of if it actually *needs* to be rebuilt.
# 
# Ummm, how is this different from a hardwired sequence of 
# system() calls
# embedded in a C program?

The user never has to invoke a compiler.  It's the difference between:

        C:\>cl buildparrot.c
        C:\>buildparrot "cl /switches"

and just

        C:\>buildparrot "cl /switches"

--Brent Dax
[EMAIL PROTECTED]
Configure pumpking for Perl 6

"Nothing important happened today."
    --George III of England's diary entry for 4-Jul-1776

Reply via email to