Changeset 411b065 in rtems
- Timestamp:
- Apr 6, 2004, 2:13:21 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8bdec9c3
- Parents:
- 10ae124c
- Location:
- cpukit/score/cpu/unix
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/unix/ChangeLog
r10ae124c r411b065 1 2004-04-06 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * rtems/score/cpu.h: Remove unixsize.h. 4 * configure.ac: Remove (Merged into$(top_srcdir)/configure.ac). 5 * Makefile.am: Remove unixsize.h. 6 Don't include multilib.am. 7 Reflect merging configure.ac into $(top_srcdir)/configure.ac. 8 1 9 2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org> 2 10 -
cpukit/score/cpu/unix/Makefile.am
r10ae124c r411b065 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../../../aclocal 6 7 include $(top_srcdir)/../../../automake/multilib.am 8 include $(top_srcdir)/../../../automake/compile.am 5 include $(top_srcdir)/automake/compile.am 9 6 10 7 AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES) … … 12 9 include_rtems_scoredir = $(includedir)/rtems/score 13 10 include_rtems_score_HEADERS = rtems/score/types.h rtems/score/cpu.h \ 14 rtems/score/unix.h rtems/score/unixsize.h11 rtems/score/unix.h 15 12 16 13 EXTRA_LIBRARIES = libscorecpu.a … … 46 43 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h 47 44 48 $(PROJECT_INCLUDE)/rtems/score/unixsize.h: rtems/score/unixsize.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)49 $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/unixsize.h50 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.h51 52 45 CLEANFILES += $(PREINSTALL_FILES) 53 46 DISTCLEANFILES = $(PREINSTALL_DIRS) 54 47 55 include $(top_srcdir)/ ../../../automake/local.am48 include $(top_srcdir)/automake/local.am -
cpukit/score/cpu/unix/rtems/score/cpu.h
r10ae124c r411b065 24 24 #include <rtems/score/types.h> 25 25 #endif 26 27 #include <rtems/score/unixsize.h>28 26 29 27 #if defined(solaris2)
Note: See TracChangeset
for help on using the changeset viewer.