From f5d8801396f7939823f8a182ad188f9d371ca2f5 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 26 Nov 2005 10:53:01 +0000 Subject: [PATCH] Document the -ud flag for ROS_RBUILDFLAGS svn path=/trunk/; revision=19628 --- reactos/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/Makefile b/reactos/Makefile index f14bd0c9a61..8b80e5c0eaa 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -105,6 +105,7 @@ # -dm{module} Check only automatic dependencies for this module. # -mi Let make handle creation of install directories. Rbuild will not generate the directories. # -ps Generate proxy makefiles in source tree instead of the output tree. +# -ud Disable compilation units. # check for versions of make that don't have features we need... # the function "eval" is only available in 3.80+, which happens to be the minimum