We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08ecd6 commit 25a1f1bCopy full SHA for 25a1f1b
1 file changed
Makefile.webos
@@ -204,7 +204,29 @@ define APPINFO
204
endef
205
export APPINFO
206
207
-all: $(TARGET) ipk
+all: info $(TARGET) ipk
208
+
209
+define INFO
210
+ASFLAGS: $(ASFLAGS)
211
+CC: $(CC)
212
+CFLAGS: $(CFLAGS)
213
+CPPFLAGS: $(CPPFLAGS)
214
+CXX: $(CXX)
215
+CXXFLAGS: $(CXXFLAGS)
216
+DEFINES: $(DEFINES)
217
+LDFLAGS: $(LDFLAGS)
218
+LIBRARY_DIRS: $(LIBRARY_DIRS)
219
+LIBS: $(LIBS)
220
+LINK: $(LINK)
221
+OBJCFLAGS: $(OBJCFLAGS)
222
+RARCH_OBJ: $(RARCH_OBJ)
223
+endef
224
+export INFO
225
226
+info:
227
+ifneq ($(V),1)
228
+ @echo "$$INFO"
229
+endif
230
231
-include $(RARCH_OBJ:.o=.d)
232
0 commit comments