mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 22:14:29 +08:00
2006-07-11 Ralf Corsepius <ralf.corsepius@rtems.org>
* ampolish3.in: Remove. * Makefile.am: Remove ampolish3. * configure.ac: Remove ampolish3, perl.
This commit is contained in:
+10
-4
@@ -1,20 +1,26 @@
|
||||
2006-10-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
2006-07-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ampolish3.in: Remove.
|
||||
* Makefile.am: Remove ampolish3.
|
||||
* configure.ac: Remove ampolish3, perl.
|
||||
|
||||
2006-01-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ampolish3.in: Check Makefile.am for SUBDIRS.
|
||||
Add all-am: for PREINSTALL_FILES.
|
||||
|
||||
2006-10-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ampolish3.in: Add all: for PREINSTALL_FILES.
|
||||
Add all-local for TMPINSTALL_FILES.
|
||||
Misc bug fixes.
|
||||
|
||||
2006-10-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ampolish3.in: Check if Makefile.am already contains CLEANFILES or
|
||||
DISTCLEANFILES.
|
||||
|
||||
2006-10-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* ampolish3.in: Update.
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ unhex_SOURCES = unhex.c
|
||||
binpatch_SOURCES = binpatch.c
|
||||
|
||||
bin_SCRIPTS = install-if-change
|
||||
bin_SCRIPTS += ampolish3
|
||||
|
||||
noinst_SCRIPTS = search-id.sh multigen cvsignore-add.sh
|
||||
EXTRA_DIST = search-id.sh multigen cvsignore-add.sh
|
||||
|
||||
@@ -16,7 +16,6 @@ AC_PROG_CC
|
||||
AC_CHECK_HEADERS([getopt.h])
|
||||
AC_CHECK_FUNCS(strerror strtol)
|
||||
|
||||
AC_PATH_PROG([PERL],[perl])
|
||||
RTEMS_PATH_KSH
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
@@ -24,5 +23,4 @@ AC_CONFIG_HEADERS([config.h])
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_CONFIG_FILES([install-if-change],[chmod +x install-if-change])
|
||||
AC_CONFIG_FILES([ampolish3],[chmod +x ampolish3])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user