Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/arm
Module Name: src
Committed By: matt
Date: Mon Jun 23 17:43:21 UTC 2008
Modified Files:
src/sys/arch/arm: Makefile
src/sys/arch/arm/include: Makefile
Log Message:
Fix a race condition -j. Don't do SUBDIRS= include/arm include/arm/...
since the latter might be done before the former which mtree doesn't like.
Instead have arm recurse into its own subdirs.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/arm/Makefile
cvs rdiff -r1.36 -r1.37 src/sys/arch/arm/include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index