mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00

New makefiles transition, old and new living side by side for now. Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com> Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com> Co-authored-by: Torbjorn Granat <torbjorn.granat@oracle.com> Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com> Reviewed-by: ohair, jjg, dholmes, ohrstrom, erikj, ihse, tgranat, ykantser
5 lines
187 B
Bash
5 lines
187 B
Bash
#!/bin/sh
|
|
echo >&2 "No suitable 'install' command found.'"
|
|
echo >&2 "If automake is installed, running 'automake -fa'"
|
|
echo >&2 "(and ignoring the errors) might produce one."
|
|
exit 1
|