Kaydet (Commit) 81b959dd authored tarafından Peter Foley's avatar Peter Foley

cosmetic fixes

Change-Id: I763412bd1b6713b91c2e4a8d575ee2a14e9d5cf2
üst 1b123a4b
......@@ -29,10 +29,10 @@ endif
# by the module being mentioned in packimages/prj/build.lst, etc, recursively.
$(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(SRCDIR)/config_host.mk
mkdir -p $(dir $@)
echo -n "gbuild_modules:=" > $@
echo -n "gbuild_modules:= " > $@
for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
echo >> $@
echo -n "dmake_modules:=" >> $@
echo -n "dmake_modules:= " >> $@
for m in */prj/dmake; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
echo >> $@
......
......@@ -5821,7 +5821,7 @@ fi
AC_SUBST([JITC_PROCESSOR_TYPE])
if test $_os = "WINNT"; then
AC_MSG_CHECKING([for Microsoft_VC"$VCVER"_CRT_x86.msm])
AC_MSG_CHECKING([for Microsoft_VC${VCVER}_CRT_x86.msm])
if ./oowintool --msvc-find-msms; then
AC_MSG_RESULT([yes])
SCPDEFS="$SCPDEFS -DWITH_VC"$VCVER"_REDIST"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment