Skip to content

Commit 6e68e2f

Browse files
committed
Makefile.rs90: don't print all objects removed by the clean target in silent mode
1 parent f9de17b commit 6e68e2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.rs90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,12 @@ $(OBJDIR)/%.o: %.S $(HEADERS)
217217
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
218218

219219
clean:
220+
ifneq ($(V),1)
220221
rm -rf $(OBJDIR_BASE)
221222
rm -f $(TARGET)
222223
rm -f *.d
223224
rm -rf $(OPK_NAME)
225+
endif
224226

225227
opk: $(TARGET)
226228
echo "$$DESKTOP_ENTRY" > default.rs90.desktop

0 commit comments

Comments
 (0)