annotate src/of-ocs-1-cross-fixes.patch @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +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 *~