You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,9 @@ DEFAULT_PLATFORM ?= pc86
9
9
10
10
# Which architectures should get built?
11
11
12
-
PLATS =
13
-
#PLATS = all
12
+
$(if $(PLATS), $(error Don't set PLATS on the command line, because reasons. Edit the Makefile instead.))
13
+
PLATS = all
14
14
# PLATS = linux386 linuxppc linuxmips
15
-
$(if $(PLATS),, $(error Supply PLATS='something' to specify which architectures to build for. (Use 'all' for all of them.) (Edit the Makefile to set the default.))
0 commit comments