Skip to content

Commit 21f7ec6

Browse files
committed
Makefile: add duplicated all: target
Accidentally left some debug in Fixes: 79e3017 ("Makefile: replace MACHINE with ARCH, remove Makefile.machine") Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent c60b5ab commit 21f7ec6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ ARCH := $(shell if objdump -H > /dev/null 2>&1 ; then \
165165
rm -f test-machine; \
166166
else echo "unknown"; fi)
167167

168-
all:
169-
@echo $(CFLAGS)
170-
171168
ifneq ($(PRESERVE_CFLAGS),1)
172169
ifneq ($(ARCH),$(filter $(ARCH),alpha hppa ia64))
173170
flag = -Wformat -fstack-protector-strong -Werror=format-security

0 commit comments

Comments
 (0)