buildsys  Check-in [eaccb853ad]

Overview
Comment:Use ar cr instead of ar cq.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: eaccb853ad8c0b4bdcab97da959f82a5e670be691d98dcafcc906380e8fac9d2
User & Date: js on 2007-09-22 08:29:29
Other Links: manifest | tags
Context
2007-09-22
09:03
Remove rpath. check-in: 05cddecc40 user: js tags: trunk
08:29
Use ar cr instead of ar cq. check-in: eaccb853ad user: js tags: trunk
2007-09-21
22:54
Some fixes for Windows. check-in: f04215cc70 user: js tags: trunk
Changes

Modified buildsys.mk.in from [32df622bf8] to [883e6de7e7].

120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
		${LINK_OK}; \
	else \
		${LINK_FAILED}; \
	fi

${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
	${LINK_STATUS}
	if ${AR} cq $@ ${OBJS}; then \
		${LINK_OK}; \
	else \
		${LINK_FAILED}; \
	fi

${EXT_DEPS}: subdirs








|







120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
		${LINK_OK}; \
	else \
		${LINK_FAILED}; \
	fi

${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
	${LINK_STATUS}
	if ${AR} cr $@ ${OBJS}; then \
		${LINK_OK}; \
	else \
		${LINK_FAILED}; \
	fi

${EXT_DEPS}: subdirs