From 00457dbaa62addd16ca690da4bb742ecf5194c7d Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Sun, 5 Jun 2005 12:53:22 +0000 Subject: [PATCH] Document rbuild flags. svn path=/trunk/; revision=15804 --- reactos/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/Makefile b/reactos/Makefile index 6eeb3152ab6..5999202494f 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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