mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
Binutils has a "contrib" subdirectory - thus flattening cannot happen without renaming the upper level contrib directory in a first pass. Also, don't record this move and remove any keyword expansion.
4 lines
138 B
C
4 lines
138 B
C
/* Linked with ar.o to flag that this program decides at runtime
|
|
(using argv[0] if it is is 'ar' or 'ranlib'. */
|
|
|
|
int is_ranlib = -1;
|