Document rbuild flags.
Modified: trunk/reactos/Makefile

Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile	2005-06-05 12:20:07 UTC (rev 15803)
+++ trunk/reactos/Makefile	2005-06-05 12:53:22 UTC (rev 15804)
@@ -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