Provide a message if there are no command-line targets specified and no Default(...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 31 Aug 2002 04:58:09 +0000 (04:58 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 31 Aug 2002 04:58:09 +0000 (04:58 +0000)
commit4848302a05ed06a98fec90029bb5579607686216
tree09923409e3e511b6d18e0323209f34cda29c2ca7
parent549d6ed057f1d1c10fdf999ff7d819176ff35822
Provide a message if there are no command-line targets specified and no Default() targets.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@455 fdb21ef1-2011-0410-befe-b5e4ea1792b1
39 files changed:
src/CHANGES.txt
src/engine/SCons/Script/__init__.py
test/ARGUMENTS.py
test/BuildDir.py
test/FindFile.py
test/Platform.py
test/SConscript.py
test/SConstruct.py
test/Split.py
test/WhereIs.py
test/exitfns.py
test/no-arguments.py [new file with mode: 0644]
test/option--C.py
test/option--I.py
test/option--R.py
test/option--S.py
test/option--U.py
test/option--W.py
test/option--cd.py
test/option--cf.py
test/option--cs.py
test/option--la.py
test/option--ld.py
test/option--lw.py
test/option--npd.py
test/option--override.py
test/option--random.py
test/option--warn.py
test/option--wf.py
test/option-b.py
test/option-e.py
test/option-f.py
test/option-l.py
test/option-m.py
test/option-o.py
test/option-p.py
test/option-r.py
test/option-t.py
test/option-w.py