mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
This commit is contained in:
@@ -3,7 +3,7 @@ config BR2_PACKAGE_JAMVM
|
||||
depends on BR2_PACKAGE_CLASSPATH
|
||||
select BR2_PACKAGE_PKGCONFIG
|
||||
help
|
||||
JamVM is a new Java Virtual Machine which conforms to
|
||||
the JVM specification version 2 (blue book).
|
||||
JamVM is a new Java Virtual Machine which conforms to
|
||||
the JVM specification version 2 (blue book).
|
||||
|
||||
http://jamvm.sourceforge.net/
|
||||
|
||||
@@ -41,7 +41,7 @@ JAMVM_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
||||
ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
|
||||
ac_use_included_regex=no gl_cv_c_restrict=no \
|
||||
ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal \
|
||||
ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no
|
||||
ac_cv_prog_F77=no ac_cv_prog_CXX=no ac_cv_path_CUPS_CONFIG=no
|
||||
|
||||
JAMVM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
||||
|
||||
Reference in New Issue
Block a user