From 4a80dfe3a8d83cfb1323fe15a25deee2592f6425 Mon Sep 17 00:00:00 2001 From: aafemt Date: Fri, 11 May 2007 06:41:33 +0000 Subject: [PATCH] Note for POSIX builders --- doc/README.makefiles | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.makefiles b/doc/README.makefiles index 86237e3b5f..2b11836424 100644 --- a/doc/README.makefiles +++ b/doc/README.makefiles @@ -128,3 +128,9 @@ are included in the bottom line of the makefile with Dependencies = $(All_Objects:.o=.d) include $(Dependancies) + +PLATFORM SUBDIRS OF JRD + +Please, forget about jrd/os/* in makefiles! Pretend that all files from +there are placed in jrd/ itself. A little trick in make.rules will find +files for your platform automatically.