Skip to content

Commit 7f1ad48

Browse files
committed
Makefile.in: Cleaning up the clean targets
The `clean` target removes `install-*` and `install-newlib-nano`. Let's avoid the duplication. The `distclean` target removes `src`, which does not exist. Let's drop this. Signed-off-by: Christoph Müllner <[email protected]>
1 parent 95d0c08 commit 7f1ad48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ report-binutils-linux: stamps/check-binutils-linux
13541354
`find build-binutils-linux/ -name *.sum |paste -sd "," -`
13551355

13561356
clean:
1357-
rm -rf build-* install-* stamps install-newlib-nano
1357+
rm -rf build-* install-* stamps
13581358

13591359
.PHONY: report-gdb-newlib report-gdb-newlib-nano
13601360
report-gdb-newlib: stamps/check-gdb-newlib
@@ -1377,7 +1377,6 @@ report-gdb-linux: stamps/check-gdb-linux
13771377
if find build-gdb-linux -iname '*.sum' | xargs grep ^FAIL | sort | grep -F -v $(patsubst %,--file=$(srcdir)/test/gdb-linux/%.log,$(GLIBC_MULTILIB_NAMES)); then false; else true; fi
13781378

13791379
distclean: clean
1380-
rm -rf src
13811380

13821381
# All of the packages install themselves, so our install target does nothing.
13831382
install:

0 commit comments

Comments
 (0)