forked from Imagelibrary/rtems
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am: Initially setup CLEANFILES using = instead of += to make automake-1.5 happy.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* gdb/Makefile.am, gccnewlib/Makefile.am, binutils/Makefile.am:
|
||||||
|
Initially setup CLEANFILES using = instead of += to make
|
||||||
|
automake-1.5 happy.
|
||||||
|
|
||||||
2001-09-13 Joel Sherrill <joel@OARcorp.com>
|
2001-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
|
* setup.def, gccnewlib/gccnewlib.add, gccnewlib/target-gcc.add:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ SUBPACKAGES = binutils.add \
|
|||||||
|
|
||||||
binutils.spec.in: $(SUBPACKAGES)
|
binutils.spec.in: $(SUBPACKAGES)
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES += binutils.spec.in
|
CLEANFILES = binutils.spec.in
|
||||||
|
|
||||||
MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
|
MKBINUTILSSPEC_DEPS = $(top_builddir)/mkbinutilspec binutils.spec.in \
|
||||||
$(top_builddir)/setup.cache
|
$(top_builddir)/setup.cache
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ SUBPACKAGES = gccnewlib.add \
|
|||||||
gccnewlib.spec.in: $(SUBPACKAGES)
|
gccnewlib.spec.in: $(SUBPACKAGES)
|
||||||
cat $^ \
|
cat $^ \
|
||||||
| sed -e 's%@GCCLANGS@%%g' > $@
|
| sed -e 's%@GCCLANGS@%%g' > $@
|
||||||
CLEANFILES += gccnewlib.spec.in
|
CLEANFILES = gccnewlib.spec.in
|
||||||
|
|
||||||
gccnewlib_c_only.spec.in: gccnewlib.add base-gcc.add target-gcc.add
|
gccnewlib_c_only.spec.in: gccnewlib.add base-gcc.add target-gcc.add
|
||||||
cat $^ \
|
cat $^ \
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ SUBPACKAGES = gdb.add base-gdb.add target-gdb.add
|
|||||||
|
|
||||||
gdb.spec.in: $(SUBPACKAGES)
|
gdb.spec.in: $(SUBPACKAGES)
|
||||||
cat $^ > $@
|
cat $^ > $@
|
||||||
CLEANFILES += gdb.spec.in
|
CLEANFILES = gdb.spec.in
|
||||||
|
|
||||||
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
|
MKGDBSPEC_DEPS = $(top_builddir)/mkgdbspec gdb.spec.in \
|
||||||
$(top_builddir)/setup.cache
|
$(top_builddir)/setup.cache
|
||||||
|
|||||||
Reference in New Issue
Block a user