mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Document rbuild flags.
svn path=/trunk/; revision=15804
This commit is contained in:
parent
ef499ee12a
commit
00457dbaa6
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
#
|
||||
# ROS_RBUILDFLAGS
|
||||
# Pass parameters to rbuild.
|
||||
# -v Be verbose.
|
||||
# -c Clean as you go. Delete generated files as soon as they are not needed anymore.
|
||||
# -d Disable automatic dependencies.
|
||||
# -mi Let make handle creation of install directories. Rbuild will not generate the directories.
|
||||
|
||||
.PHONY: all
|
||||
.PHONY: clean
|
||||
|
|
Loading…
Reference in a new issue