ObjFW  Check-in [5a849ab6c2]

Overview
Comment:Prevent recursing into directories twice

This was a left-over from building .frameworks manually.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5a849ab6c2b174771ff8e8f5606874e9819865105d0931db59d3a6a6ec7b3dc4
User & Date: js on 2018-01-20 21:21:27
Other Links: manifest | tags
Context
2018-01-21
00:48
Initial OFValue implementation check-in: 4a08ae655b user: js tags: trunk
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
Changes

Modified src/Makefile from [97992079a6] to [c19a18b891].

191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
		 ${EXCEPTIONS_EXCEPTIONS_LIB_A}	\
		 ${ENCODINGS_ENCODINGS_LIB_A}	\
		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}

include ../buildsys.mk

${RUNTIME_RUNTIME_A} ${RUNTIME_RUNTIME_LIB_A}: runtime
${EXCEPTIONS_EXCEPTIONS_A} ${EXCEPTIONS_EXCEPTIONS_LIB_A}: exceptions
${ENCODINGS_ENCODINGS_A} ${ENCODINGS_ENCODINGS_LIB_A}: encodings
${FORWARDING_FORWARDING_A} ${FORWARDING_FORWARDING_LIB_A}: forwarding
${INVOCATION_INVOCATION_A} ${INVOCATION_INVOCATION_LIB_A}: invocation

CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_RUNTIME}
LIBS += -Lruntime ${RUNTIME_LIBS}







<
<
<
<
<
<




191
192
193
194
195
196
197






198
199
200
201
		 ${EXCEPTIONS_EXCEPTIONS_LIB_A}	\
		 ${ENCODINGS_ENCODINGS_LIB_A}	\
		 ${FORWARDING_FORWARDING_LIB_A}	\
		 ${INVOCATION_INVOCATION_LIB_A}

include ../buildsys.mk







CPPFLAGS += -I. -I.. -Iexceptions -Iruntime
LD = ${OBJC}
LDFLAGS += ${REEXPORT_RUNTIME}
LIBS += -Lruntime ${RUNTIME_LIBS}