mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move
c/src/lib/libmisc to c/src/libmisc.
This commit is contained in:
@@ -27,6 +27,7 @@ RTEMS_CHECK_NETWORKING(RTEMS_BSP)
|
||||
cfg_subdirs="make"
|
||||
cfg_subdirs="$cfg_subdirs exec"
|
||||
cfg_subdirs="$cfg_subdirs lib"
|
||||
cfg_subdirs="$cfg_subdirs libmisc"
|
||||
|
||||
if test "$HAS_NETWORKING" = "yes"; then
|
||||
cfg_subdirs="$cfg_subdirs libnetworking librpc"
|
||||
|
||||
@@ -9,7 +9,7 @@ if HAS_LIBCHIP
|
||||
LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
SUBDIRS = start include libc libcpu libbsp \
|
||||
$(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -9,7 +9,7 @@ if HAS_LIBCHIP
|
||||
LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
SUBDIRS = start include libc libcpu libbsp \
|
||||
$(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -66,8 +66,6 @@ fi
|
||||
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||
AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix")
|
||||
|
||||
AC_CONFIG_SUBDIRS(libmisc)
|
||||
|
||||
AC_CONFIG_SUBDIRS($cfg_subdirs)
|
||||
|
||||
PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
|
||||
|
||||
@@ -9,5 +9,5 @@ SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -4,12 +4,12 @@ dnl $Id$
|
||||
|
||||
AC_PREREQ(2.13)
|
||||
AC_INIT(dumpbuf)
|
||||
RTEMS_TOP(../../../..)
|
||||
AC_CONFIG_AUX_DIR(../../../..)
|
||||
RTEMS_TOP(../../..)
|
||||
AC_CONFIG_AUX_DIR(../../..)
|
||||
|
||||
RTEMS_CANONICAL_TARGET_CPU
|
||||
|
||||
AM_INIT_AUTOMAKE(rtems-c-src-lib-libmisc,$RTEMS_VERSION,no)
|
||||
AM_INIT_AUTOMAKE(rtems-c-src-libmisc,$RTEMS_VERSION,no)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
RTEMS_ENABLE_MULTIPROCESSING
|
||||
|
||||
@@ -9,7 +9,7 @@ if HAS_LIBCHIP
|
||||
LIBCHIP = libchip
|
||||
endif
|
||||
|
||||
SUBDIRS = start include libmisc libc libcpu libbsp \
|
||||
SUBDIRS = start include libc libcpu libbsp \
|
||||
$(LIBCHIP) $(LIBHWAPI)
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -9,5 +9,5 @@ SUBDIRS = dumpbuf stackchk monitor cpuuse rtmonuse untar wrapup
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
include $(top_srcdir)/../../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user