ObjFW  Check-in [bbaebc50a7]

Overview
Comment:Update buildsys
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bbaebc50a7e34d592e4f3f3795c1ece770d239cba767bb43ed4fb1e073dffbf9
User & Date: js on 2018-01-20 19:12:47
Other Links: manifest | tags
Context
2018-01-20
21:21
Prevent recursing into directories twice check-in: 5a849ab6c2 user: js tags: trunk
19:12
Update buildsys check-in: bbaebc50a7 user: js tags: trunk
16:53
Update buildsys check-in: 672bc4ad89 user: js tags: trunk
Changes

Modified buildsys.mk.in from [f11a2878fc] to [e84a6fb17d].

695
696
697
698
699
700
701

702

703
704
705
706
707
708
709
695
696
697
698
699
700
701
702

703
704
705
706
707
708
709
710







+
-
+







			${INSTALL_FAILED}; \
		fi \
	done

	for i in "" ${FRAMEWORK}; do \
		test x"$$i" = x"" && continue; \
		${INSTALL_STATUS}; \
		rm -fr ${DESTDIR}${prefix}/Library/Frameworks/$$i; \
		if ${MKDIR_P} ${DESTDIR}${prefix}/Library/Frameworks && cp -R ${FRAMEWORK} ${DESTDIR}${prefix}/Library/Frameworks/${FRAMEWORK}; then \
		if ${MKDIR_P} ${DESTDIR}${prefix}/Library/Frameworks && cp -R $$i ${DESTDIR}${prefix}/Library/Frameworks/; then \
			${INSTALL_OK}; \
		else \
			${INSTALL_FAILED}; \
		fi \
	done

	for i in "" ${STATIC_LIB} ${STATIC_PIC_LIB}; do \