| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
7063f0aefd8a ("mig: replace boolean.h with stdbool.h") dropped
boolean.h, but missed dropping its installation.
|
|
|
|
|
|
|
| |
During a system bootstrap, it is preferable that we don't require a full
hosted environment. For all other cases, we also do not need libc since
mach headers are self contained.
Message-Id: <Y5+WXzOwGkyvcDI0@mars>
|
|
|
|
|
|
|
|
|
|
| |
autoconf consider that 'AC_FUNC_VPRINTF' is obsolescent.
see 'info autoconf AC_FUNC_VPRINTF'
* Makefile.am: remove 'vprint.c' on src files.
configure.ac: remove 'AC_FUNC_VPRINTF' macro.
vprint.c: delete file.
Message-Id: <Ym+H/OM0PnucKO4w@debian>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This includes a set of valid and invalid definition files that MIG will
try to process. For valid definitions, GCC will compile the stubs to
check if valid C code was generated.
* configure.ac: Add new test Makefiles.
* Makefile.am: Add SUBDIRS.
* tests/Makeconf.am: Automake definitions shared by all test
subdirectories.
* tests/test_lib.sh: Library of functions shared by all test drivers.
* tests/good/run_good_test.sh: Script to run valid definition files.
* tests/good/Makefile.am: New file.
* tests/bad/Makefile.am: New file.
* tests/generate-only/Makefile.am: New file.
* tests/bad/run_bad_test.sh: Script to run invalid definition files.
* tests/generate-only/run_generate_only.sh: Script to run valid
definition files that should be generated only.
* tests/includes/*.h: Test header files that are included by test stubs.
* tests/good/*.defs: Valid definition files where
generated stubs can be compiled.
* tests/generate_only/*.defs: Valid definition files that can be
generated but no compilation should be attempted.
* tests/bad/*.defs: Definition files with problems that should be
detected by MIG.
|
|
|
|
|
|
|
|
| |
* Makefile.am: Set AM_YFLAGS to -d to generate parser.h. Add parser.h to
CLEANFILES and include parser.h as a dependency of lexxer.c.
* lexxer.l: Declare yyerror here.
* parser.h: Remove file since yacc will generate the same content
automatically.
|
|
|
|
| |
* Makefile (CLEANFILES): Add generated source files lexxer.c and parser.c.
|
|
|
|
|
|
|
| |
* gitlog-to-changelog: New file; import from gnulib's
9fc81090f6c5590bd1b0e0fa5087577a2ee43a3e:build-aux/gitlog-to-changelog.
* Makefile.am (gen-ChangeLog): New target.
(dist-hook): Depend on it.
|
|
|
|
|
|
|
|
| |
This file was only used with GCC < 2, so it's time to drop it.
* alloca.c: Remove file.
* configure.ac: Remove test for alloca.
* Makefile.am (migcom_LDADD): Remove @ALLOCA@.
|
|
|
|
|
| |
* alloc.h: Remove file.
* Makefile (migcom_SOURCES): Remove alloc.h.
|
|
|
|
|
|
|
|
|
| |
* configure.ac (AM_SILENT_RULES): Add silent rules support if available,
and disable it by default.
* Makefile.am (AWK_V, AWK_V_, AWK_V_0): New variables.
(.sym.symc): Use AWK_V in front of AWK.
(.symc.symo): Use AM_V_CC in front of TARGET_CC.
(.symo.h): Use AM_V_GEN in front of sed.
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved
the `gnu' option to...
* configure.ac (AM_INIT_AUTOMAKE): ... here.
Bump version to 1.3.1.99.
* NEWS: Update.
* README: Likewise.
|
|
|
|
|
|
|
|
| |
#v+
2006-11-29 Thomas Schwinge <tschwinge@gnu.org>
* Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
#v-
|
|
|
|
| |
* Makefile.am (TARGET_CPPFLAGS, TARGET_CFLAGS): New variables.
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (debian_files): Remove variable.
(EXTRA_DIST): Remove files from `debian/'.
* debian/README.Debian: Remove file.
* debian/changelog: Likewise.
* debian/control: Likewise.
* debian/copyright: Likewise.
* debian/rules: Likewise.
|
|
|
|
|
| |
* Makefile.am (cpu.symc): Depend on gensym.awk.
* Makefile.in: Regenerated.
|
|
|
|
|
|
|
|
|
|
| |
would do it anyway and I want the distribution to match the CVS version.
2001-06-09 Marcus Brinkmann <marcus@gnu.org>
* Makefile.am (debian_files): New variable.
(EXTRA_DIST): Add files in $(debian_files), prefixed with debian/.
* configure, Makefile.in, aclocal.m4: Regenerated.
|
| |
|
|
Moved mig out of gnumach into standalone distribution with
vanilla autoconf/automake build arrangement.
* configure.in, Makefile.am: New files.
* mig.in (prefix, exec_prefix, libexecdir): New vars set by configure.
(migcom): Find migcom in ${libexecdir}, and use @MIGCOM@ for its name.
(cpp): Use @TARGET_CC@ -E instead of @CPP@.
|