Changeset dc3b7da in rtems


Ignore:
Timestamp:
01/14/04 06:47:31 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
afc3f27b
Parents:
534987d
Message:

2004-01-14 Ralf Corsepius <corsepiu@…>

  • shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
Location:
c/src/lib/libcpu/m68k
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/m68k/ChangeLog

    r534987d rdc3b7da  
     12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * shared/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
     4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
     5
    162003-12-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libcpu/m68k/shared/Makefile.am

    r534987d rdc3b7da  
    6565        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
    6666        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     67PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
    6768
    6869$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     
    7071PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
    7172
     73CLEANFILES = $(PREINSTALL_FILES)
     74
    7275include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.