Skip to content

Commit

Permalink
Remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee authored Jul 24, 2018
1 parent be83289 commit 449b390
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,11 @@ ifeq ($(ARCH),x86_64)
override ARCH=amd64
endif




# list of arches *not* to build when doing *-all
# until s390x works correctly
EXCLUDEARCH ?= s390x
VALIDARCHES = $(filter-out $(EXCLUDEARCH),$(ARCHES))


# Determine which OS.
OS?=$(shell uname -s | tr A-Z a-z)
###############################################################################
Expand Down

0 comments on commit 449b390

Please sign in to comment.