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 6e68e2f commit 4b2196aCopy full SHA for 4b2196a
1 file changed
Makefile.rs90
@@ -186,7 +186,29 @@ X-OD-NeedsDownscaling=true
186
endef
187
export DESKTOP_ENTRY
188
189
-all: $(TARGET) opk
+all: info $(TARGET) opk
190
+
191
+define INFO
192
+ASFLAGS: $(ASFLAGS)
193
+CC: $(CC)
194
+CFLAGS: $(CFLAGS)
195
+CPPFLAGS: $(CPPFLAGS)
196
+CXX: $(CXX)
197
+CXXFLAGS: $(CXXFLAGS)
198
+DEFINES: $(DEFINES)
199
+LDFLAGS: $(LDFLAGS)
200
+LIBRARY_DIRS: $(LIBRARY_DIRS)
201
+LIBS: $(LIBS)
202
+LINK: $(LINK)
203
+OBJCFLAGS: $(OBJCFLAGS)
204
+RARCH_OBJ: $(RARCH_OBJ)
205
+endef
206
+export INFO
207
208
+info:
209
+ifneq ($(V),1)
210
+ @echo "$$INFO"
211
+endif
212
213
-include $(RARCH_OBJ:.o=.d)
214
0 commit comments