Differences From Artifact [44e1a37a0c]:
- File buildsys.mk.in — part of check-in [e4d1f950ba] at 2007-09-21 13:11:49 on branch trunk — Add pre-depend, add rpath for Solaris and POSIX. (user: js, size: 9597) [annotate] [blame] [check-ins using]
To Artifact [b42bd9933d]:
- File buildsys.mk.in — part of check-in [0cb39220fa] at 2007-09-21 16:19:44 on branch trunk — Actually, depend depends on the sources. (user: js, size: 9605) [annotate] [blame] [check-ins using]
︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | - + | subdirs: for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} || exit 1; \ ${DIR_LEAVE}; \ done |
︙ |