NetBSD/distrib
rillig 640eab791b make(1): add test for the .for directive
For a long time, I had assumed that the iteration variables of a .for
loop are just normal global variables.  This assumption was wrong but
didn't have any consequences.

The iteration variables of a .for loop can just be accessed like global
variables, therefore it is not obvious that they are implemented in a
completely different way.

There are some edge cases in conditions used inside .for loops, in which
the iteration variables cannot be used like normal variables.  An
example is brought up in https://gnats.netbsd.org/47888, which observes
that the defined() and empty() functions in conditions only work with
variables but ignore the iteration "variables", simply because these are
not variables but only expressions.
2020-09-02 05:33:57 +00:00
..
acorn32
alpha Use full available ram disk space 2020-04-06 11:58:10 +00:00
amd64 Add support for EC2 and resize root to AMD64 live images. 2020-08-05 01:35:18 +00:00
amiga
arc Shrink ramdisk to make RAMDISK kernel smaller for ARC BIOS restriction. 2020-05-29 23:12:12 +00:00
atari Provide wdboot as a link of sdboot for Milan also in sysinst. 2020-06-18 18:14:06 +00:00
bebox
cats
cdrom
cobalt Sync image size with available space reserved in the RAMDISK kernel 2020-04-06 13:28:15 +00:00
common Add support for EC2 and resize root to AMD64 live images. 2020-08-05 01:35:18 +00:00
dreamcast
emips
evbarm x_gzip need liblzma for xz support. 2020-06-03 06:36:44 +00:00
evbmips Rename the evbmips ERLITE kernel to OCTEON now that it supports more 2020-07-15 12:15:30 +00:00
evbppc
evbsh3
ews4800mips Put a message in build error logs to notify what this target builds. 2020-06-14 05:10:33 +00:00
hp300
hpcarm Add "build.sh live-image" support for hpcarm. 2020-03-21 14:25:49 +00:00
hpcmips
hpcsh
hppa
i386 Bump INSTIMAGEMB, hopefully fix releng autobuilds 2020-05-06 09:18:10 +00:00
ia64
ibmnws
landisk
luna68k Bump ramdisk size to 2MB. 2020-05-19 09:02:48 +00:00
mac68k
macppc Support the use of DHCP in the install environment 2020-04-05 14:36:43 +00:00
miniroot
mipsco
mvme68k
mvmeppc
news68k Use more shrinked x_foo binaries. 2020-06-13 19:15:43 +00:00
newsmips
notes s/developement/development/ 2020-08-07 00:43:47 +00:00
ofppc
playstation2
pmax bump image from 3000k to 3.5M. thanks, time. 2020-08-16 11:43:36 +00:00
prep PR install/54780: in the (of course totally unlikely) case that sysinst 2020-01-09 19:17:40 +00:00
riscv
rs6000
sandpoint
sets make(1): add test for the .for directive 2020-09-02 05:33:57 +00:00
sgimips
shark
sparc
sparc64 Get back to terminfo.cdb. 2020-03-27 15:18:22 +00:00
sun2
sun3 Adapt to libterminfo as part of libhack-curses 2020-04-05 11:19:01 +00:00
syspkg
utils Create an "octeon.img.gz" bootable image for evbmips64-eb release builds. 2020-07-17 15:16:34 +00:00
vax kernfs no longer needs a hacky workaround to make rootdev appear. 2020-02-26 16:00:48 +00:00
x68k Replace boot_ustar with xxboot_ustarfs. 2020-08-16 07:03:45 +00:00
zaurus Add "build.sh live-image" support for zaurus. 2020-03-21 14:24:12 +00:00
Makefile
Makefile.inc