buildsys  Check-in [775d4eae01]

Overview
Comment:Only generate depends if the compiler supports it.

For assembly files, AS_DEPENDS needs to be set. As usually AS is set to
CC, it can be done using AS_DEPENDS = ${CC_DEPENDS}.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 775d4eae01be7cde207efc1c7befaa72677927db51ef61636177d6da1f54bcd4
User & Date: js on 2012-04-25 09:51:03
Other Links: manifest | tags
Context
2012-11-26
23:13
Add missing AS_DEPENDS. check-in: d4793bdb89 user: js tags: trunk
2012-04-25
09:51
Only generate depends if the compiler supports it. check-in: 775d4eae01 user: js tags: trunk
2012-04-19
15:41
Allow building directories in parallel. check-in: b7a12103d6 user: js tags: trunk
Changes