mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
development-readme-20011017
hints for developers
This commit is contained in:
parent
a8f440e991
commit
9e0300cd97
9
README.DEVEL
Normal file
9
README.DEVEL
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user