From 9e0300cd9735d578d084df60616ec7ec6efba8db Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 17 Oct 2001 23:24:33 +0000 Subject: [PATCH] development-readme-20011017 hints for developers --- README.DEVEL | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.DEVEL diff --git a/README.DEVEL b/README.DEVEL new file mode 100644 index 000000000..cfe27c78a --- /dev/null +++ b/README.DEVEL @@ -0,0 +1,9 @@ +Notes on Coding Standards/Requirements for OpenAFS Source +--------------------------------------------------------- + +Do not use $< in any cross-platform dir as it requires a reasonable +make that is not available on all systems. + +Be careful with prototypes/ANSI-C in code that will be compiled for +kernel source. In general, avoid them until we have figured out +exactly when/where they can be used safely. -- 2.39.5