equal
deleted
inserted
replaced
841 AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in]) |
841 AC_CONFIG_FILES([$OUTPUT_ROOT/spec.gmk:$AUTOCONF_DIR/spec.gmk.in]) |
842 # The hotspot-spec.gmk file contains legacy variables for the hotspot make system. |
842 # The hotspot-spec.gmk file contains legacy variables for the hotspot make system. |
843 AC_CONFIG_FILES([$OUTPUT_ROOT/hotspot-spec.gmk:$AUTOCONF_DIR/hotspot-spec.gmk.in]) |
843 AC_CONFIG_FILES([$OUTPUT_ROOT/hotspot-spec.gmk:$AUTOCONF_DIR/hotspot-spec.gmk.in]) |
844 # The bootcycle-spec.gmk file contains support for boot cycle builds. |
844 # The bootcycle-spec.gmk file contains support for boot cycle builds. |
845 AC_CONFIG_FILES([$OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in]) |
845 AC_CONFIG_FILES([$OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in]) |
|
846 # The buildjdk-spec.gmk file contains support for building a buildjdk when cross compiling. |
|
847 AC_CONFIG_FILES([$OUTPUT_ROOT/buildjdk-spec.gmk:$AUTOCONF_DIR/buildjdk-spec.gmk.in]) |
846 # The compare.sh is used to compare the build output to other builds. |
848 # The compare.sh is used to compare the build output to other builds. |
847 AC_CONFIG_FILES([$OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in]) |
849 AC_CONFIG_FILES([$OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in]) |
848 # The generated Makefile knows where the spec.gmk is and where the source is. |
850 # The generated Makefile knows where the spec.gmk is and where the source is. |
849 # You can run make from the OUTPUT_ROOT, or from the top-level Makefile |
851 # You can run make from the OUTPUT_ROOT, or from the top-level Makefile |
850 # which will look for generated configurations |
852 # which will look for generated configurations |