annotate src/of-ocs-1-cross-fixes.patch @ 6213:5f64fb928091 release

build-gcc: Avoid library clash when calling msgfmt. * src/build-gcc-1-msgfmt.patch: Don't use libraries from the build tree when calling `msgfmt`. * dist-files.mk: Add patch to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 06 May 2022 19:36:10 +0200
parents cdbce8086eaa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3989
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 diff -ur ocs.old/src/Makefile ocs/src/Makefile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 --- ocs.old/src/Makefile 2015-07-07 20:23:51.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3 +++ ocs/src/Makefile 2015-07-07 20:24:25.000000000 -0400
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 @@ -1,9 +1,10 @@
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 OCTFILES:=Mshichmanhodgesmosfet.oct
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 +MKOCTFILE ?= mkoctfile
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 all: $(OCTFILES)
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 %.oct: %.cc
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 - mkoctfile $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 + $(MKOCTFILE) $<
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 clean:
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 -rm -f *.o core octave-core *.oct *~