mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Make it possible to compile a given source file by giving its object file name as a target.
[SVN r12443]
This commit is contained in:
@@ -967,6 +967,10 @@ rule Object
|
||||
type-DEPENDS obj : $(<) ;
|
||||
set-target-variables $(<) ;
|
||||
|
||||
# Make it possible to compile a given source file by giving its
|
||||
# object file name as a target.
|
||||
type-DEPENDS $(<:G=) : $(<) ;
|
||||
|
||||
# locate object and search for source, if wanted
|
||||
|
||||
Clean clean : $(<) ;
|
||||
|
||||
@@ -967,6 +967,10 @@ rule Object
|
||||
type-DEPENDS obj : $(<) ;
|
||||
set-target-variables $(<) ;
|
||||
|
||||
# Make it possible to compile a given source file by giving its
|
||||
# object file name as a target.
|
||||
type-DEPENDS $(<:G=) : $(<) ;
|
||||
|
||||
# locate object and search for source, if wanted
|
||||
|
||||
Clean clean : $(<) ;
|
||||
|
||||
Reference in New Issue
Block a user