Changeset a7fabaec in rtems


Ignore:
Timestamp:
08/18/04 12:41:13 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
22eb2e1
Parents:
31ca690e
Message:

2004-08-18 Ralf Corsepius <ralf_corsepius@…>

PR 673/make_build

  • config-ml.in: Quote 'cd "${ml_origdir}"'. Quote 'cd "${ML_POPDIR}"'.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r31ca690e ra7fabaec  
     12004-08-18      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        PR 673/make_build
     4        * config-ml.in: Quote 'cd "${ml_origdir}"'.
     5        Quote 'cd "${ML_POPDIR}"'.
     6
    172004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
    28
     9        PR 673/make_build
    310        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
    411
  • config-ml.in

    r31ca690e ra7fabaec  
    639639    fi
    640640
    641     cd ${ML_POPDIR}
     641    cd "${ML_POPDIR}"
    642642
    643643  done
    644644
    645   cd ${ml_origdir}
     645  cd "${ml_origdir}"
    646646fi
    647647
Note: See TracChangeset for help on using the changeset viewer.