mirror of
https://github.com/boostorg/build.git
synced 2026-02-18 01:52:17 +00:00
* new/targets.jam (basic-target.check-for-unused-sources): Don't warn when group of targets originated from one main target is empty. [SVN r18686]
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
|
|
exe a : a.cpp b c ;
|
|
|
|
make-b-main-target ;
|
|
|
|
# Expands to nothing, intentionally.
|
|
alias c ; |