Files
patchelf/tests
Klemens Nanni 5f6cc74be8 Avoid GNU seq(1)
MacOS, FreeBSD and Linux using GNU have it, but at least OpenBSD
does not (the non-compatible BSD equivalent jot(1) exists, though).

Counting up is easy enough to do in POSIX sh(1).

Looks like this after GNU make(1)'s escaping and produces the same
big-dynstr.c file:
```
cat main.c > big-dynstr.c
i=1; while [ $i -le 2000 ]; do echo "void f$i(void) { };"; i=$(($i + 1)); done >> big-dynstr.c
```

This is the last bit required to build and pass all tests on OpenBSD
without local patches/dependencies.
2021-12-07 20:41:26 +01:00
..
2020-10-05 17:06:15 +01:00
2005-09-29 12:03:56 +00:00
2021-08-25 21:43:41 +00:00
2021-12-06 21:45:26 +01:00
2021-12-07 20:41:26 +01:00
2012-07-11 10:10:32 +02:00
2012-07-11 10:10:32 +02:00
2020-06-01 12:12:54 -07:00
2005-09-29 12:03:56 +00:00
2021-09-12 10:27:01 +02:00
2012-07-10 18:16:24 -04:00
2005-09-29 14:21:40 +00:00