[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10902)

Jason J. Hickey jyh at cs.caltech.edu
Wed Jun 6 14:55:50 PDT 2007


Restore the current directory after executing a .SUBDIRS,
addressing bug #670.

That is, the following does not export the current directory.

    .SUBDIRS: a
        export

But the following does.

    section
        cd a
        export

----
Changes:
    +2 -0	omake-branches/0.9.8.x/src/build/omake_rule.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/06.14:55:50



More information about the OMake-CVS mailing list