From: Nathan Neulinger Date: Wed, 17 Oct 2001 23:24:33 +0000 (+0000) Subject: development-readme-20011017 X-Git-Tag: openafs-devel-1_3_0~192 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9e0300cd9735d578d084df60616ec7ec6efba8db;p=packages%2Fo%2Fopenafs.git development-readme-20011017 hints for developers --- 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.