2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-26 06:22:26 +00:00
Files
build/test/test.jam
Vladimir Prus 1f02cb3334 Add dummy actions for 'all', so that jam return 0 exit status. It used
to return 0 before because of a bug, but now that the bug is fixed, we
need to change test.jam.


[SVN r16359]
2002-11-21 12:27:38 +00:00

14 lines
204 B
Plaintext

import string ;
import numbers ;
import sequence ;
import class ;
import os ;
import path ;
import feature ;
import property ;
import build-request ;
import container ;
actions nothing { }
nothing all ;