Skip to content

Commit

Permalink
Stupid Solaris rm lacks -v option
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 10, 2024
1 parent 8231d1a commit 6824961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ install-all: $(ALL)

.PHONY: uninstall-all
uninstall-all:
@for f in $(ALL) ; do rm -vf $(BINDIR)/$$f ; done
@for f in $(ALL) ; do rm -f $(BINDIR)/$$f ; done

0 comments on commit 6824961

Please sign in to comment.