buildsys  Check-in [2ce3794e0b]

Overview
Comment:${STATIC_LIB} is mode 644, not 755!
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2ce3794e0bc94bdbc05d366785c842bb47e1df92d14f3bae971d6b4d4acc34ca
User & Date: js on 2007-09-27 19:12:28
Other Links: manifest | tags
Context
2007-09-27
19:28
Keep it to the autoconf standard. check-in: 237ce83b90 user: js tags: trunk
19:12
${STATIC_LIB} is mode 644, not 755! check-in: 2ce3794e0b user: js tags: trunk
19:09
Add ${PROG_IMPLIB_NEEDED}. check-in: e749d8ead4 user: js tags: trunk
Changes

Modified buildsys.mk.in from [0ca4f36eb1] to [f66bf28694].

207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
		else \
			${INSTALL_FAILED}; \
		fi \
	done

	for i in ${STATIC_LIB}; do \
		${INSTALL_STATUS}; \
		if ${MKDIR_P} ${DESTDIR}${libdir} && ${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i; then \
			${INSTALL_OK}; \
		else \
			${INSTALL_FAILED}; \
		fi \
	done

	for i in ${PLUGIN}; do \







|







207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
		else \
			${INSTALL_FAILED}; \
		fi \
	done

	for i in ${STATIC_LIB}; do \
		${INSTALL_STATUS}; \
		if ${MKDIR_P} ${DESTDIR}${libdir} && ${INSTALL} -m 644 $$i ${DESTDIR}${libdir}/$$i; then \
			${INSTALL_OK}; \
		else \
			${INSTALL_FAILED}; \
		fi \
	done

	for i in ${PLUGIN}; do \