Changeset d0a3511 in rtems


Ignore:
Timestamp:
01/14/04 06:47:54 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
03ea5323
Parents:
81b29d79
Message:

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

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

Legend:

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

    r81b29d79 rd0a3511  
     12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * cache/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/sparc/cache/Makefile.am

    r81b29d79 rd0a3511  
    3636        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
    3737        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     38PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
    3839
    3940$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     
    4142PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
    4243
     44CLEANFILES = $(PREINSTALL_FILES)
     45
    4346include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.