On Fri, 13 Aug 2010 17:18:48 +0200 Elias Pipping wrote:

> I'm having a hard time getting the build system to do what I want. I'm
> running `bin/package`. That calls e.g. nmake at some point. Once I've
> run `bin/package only test ast-ksh`, I should be able to rerun a
> single test without rebuilding anything or rerunning all the other
> tests. How can I do that?

download page => FAQ => build => 3. Is package make the only way to build? 

bin/package make is mainly for doing the bootstrap build/install
once you have nmake you can and should use it for dealing with subparts of the 
build tree

> Also, where do I have to invoke nmake and how to create nmake.1?

        bin/package use
        cd nmake
        nmake nmake.1 # this should have been done by the boostrap build
        cd foo
        nmake test

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to