Changeset 31bce9b in rtems
- Timestamp:
- Dec 3, 1998, 9:55:33 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6b9450d
- Parents:
- 347e40d6
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/headers/confdefs.h
r347e40d6 r31bce9b 306 306 #ifdef CONFIGURE_INIT 307 307 #ifdef STACK_CHECKER_ON 308 #include < stackchk.h>308 #include <rtems/stackchk.h> 309 309 #endif 310 310 -
c/src/exec/sapi/include/confdefs.h
r347e40d6 r31bce9b 306 306 #ifdef CONFIGURE_INIT 307 307 #ifdef STACK_CHECKER_ON 308 #include < stackchk.h>308 #include <rtems/stackchk.h> 309 309 #endif 310 310 -
c/src/lib/libmisc/cpuuse/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 all: ${ARCH} $(SRCS) $(LIB) 53 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE) 54 # $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems 52 all: ${ARCH} $(SRCS) preinstall $(LIB) 53 54 preinstall: 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
c/src/lib/libmisc/rtmonuse/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 all: ${ARCH} $(SRCS) $(LIB) 52 all: ${ARCH} $(SRCS) preinstall $(LIB) 53 54 preinstall: 53 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
c/src/lib/libmisc/stackchk/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 52 all: ${ARCH} $(SRCS) $(LIB) 53 54 preinstall: 53 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
c/src/libmisc/cpuuse/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 all: ${ARCH} $(SRCS) $(LIB) 53 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE) 54 # $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems 52 all: ${ARCH} $(SRCS) preinstall $(LIB) 53 54 preinstall: 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
c/src/libmisc/rtmonuse/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 all: ${ARCH} $(SRCS) $(LIB) 52 all: ${ARCH} $(SRCS) preinstall $(LIB) 53 54 preinstall: 53 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
c/src/libmisc/stackchk/Makefile.in
r347e40d6 r31bce9b 47 47 CLOBBER_ADDITIONS += 48 48 49 ${LIB}: ${SRCS} ${OBJS}49 ${LIB}: ${SRCS} preinstall ${OBJS} 50 50 $(make-library) 51 51 52 52 all: ${ARCH} $(SRCS) $(LIB) 53 54 preinstall: 53 55 $(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems -
cpukit/sapi/include/confdefs.h
r347e40d6 r31bce9b 306 306 #ifdef CONFIGURE_INIT 307 307 #ifdef STACK_CHECKER_ON 308 #include < stackchk.h>308 #include <rtems/stackchk.h> 309 309 #endif 310 310
Note: See TracChangeset
for help on using the changeset viewer.