mirror of
https://github.com/boostorg/build.git
synced 2026-02-20 02:32:13 +00:00
Use "@rule" syntax for make example.
[SVN r33635]
This commit is contained in:
@@ -7,7 +7,7 @@ exe main : main.cpp ;
|
||||
# Create 'main.cpp' from 'main.cpp.pro' using action
|
||||
# 'do-something' defined below.
|
||||
#
|
||||
make main.cpp : main.cpp.pro : do-something ;
|
||||
make main.cpp : main.cpp.pro : @do-something ;
|
||||
|
||||
# In this example, we'll just copy a file.
|
||||
# Need to find out the name of a command to copy a file.
|
||||
|
||||
Reference in New Issue
Block a user