Changeset c05edee in rtems


Ignore:
Timestamp:
10/26/00 12:59:11 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2d5748f
Parents:
5582de1
Message:

2000-10-26 Ralf Corsepius <corsepiu@…>

  • configure.in: add lib to the GNU canonicalized subdirectories, make the lib directory before configuring lib/.
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r5582de1 rc05edee  
     12000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: add lib to the GNU canonicalized subdirectories,
     4        make the lib directory before configuring lib/.
     5
    162000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/configure.in

    r5582de1 rc05edee  
    3232hst_subdirs1="$hst_subdirs1 exec"
    3333fi
    34 cfg_subdirs="$cfg_subdirs lib"
     34hst_subdirs1="$hst_subdirs1 lib"
    3535cfg_subdirs="$cfg_subdirs lib/libcpu lib/libbsp"
    3636hst_subdirs="libfs"
     
    7979AC_OUTPUT(
    8080Makefile
    81 wrapup/Makefile
     81wrapup/Makefile,,
     82test -d lib || mkdir lib
    8283)
    8384
Note: See TracChangeset for help on using the changeset viewer.