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
+8
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
8
8
DEFAULT_PLATFORM ?= pc86
9
9
10
+
# Which architectures should get built?
11
+
12
+
PLATS =
13
+
# PLATS = all
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.))
16
+
10
17
# Where should the ACK put its temporary files?
11
18
12
19
ifeq ($(TMPDIR),)
@@ -60,6 +67,7 @@ ack-setup.exe: etc/windows-installer.nsi all
0 commit comments