all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 23584d02d6dc3efba3299f30c94838b02b9b061a 588 bytes (raw)
name: gnu/packages/patches/einstein-install.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
Adapted from the 13_makefile.diff patch in Debian.

diff -u -r einstein-2.0.orig/Makefile einstein-2.0/Makefile
--- einstein-2.0.orig/Makefile	2005-09-25 23:20:30.000000000 +0200
+++ einstein-2.0/Makefile	2016-02-27 17:18:23.844490088 +0100
@@ -49,10 +49,14 @@
 
 
 $(TARGET): $(OBJECTS)
+	cd mkres && make
+	cd res && ../mkres/mkres --source resources.descr --output ../einstein.res
 	$(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET)
 
 clean:
 	rm -f $(OBJECTS) core* *core $(TARGET) *~
+	cd res && rm -f einstein.res
+	cd mkres && make clean
 
 depend:
 	@makedepend $(SOURCES) 2> /dev/null


debug log:

solving 23584d0 ...
found 23584d0 in https://yhetil.org/guix/20160227180609.GA1450@solar/

applying [1/1] https://yhetil.org/guix/20160227180609.GA1450@solar/
diff --git a/gnu/packages/patches/einstein-install.patch b/gnu/packages/patches/einstein-install.patch
new file mode 100644
index 0000000..23584d0

1:13: trailing whitespace.
 
1:14: trailing whitespace.
 
1:18: space before tab in indent.
 	$(CXX) $(LNFLAGS) $(OBJECTS) -o $(TARGET)
1:19: trailing whitespace.
 
1:21: space before tab in indent.
 	rm -f $(OBJECTS) core* *core $(TARGET) *~
Checking patch gnu/packages/patches/einstein-install.patch...
Applied patch gnu/packages/patches/einstein-install.patch cleanly.
warning: squelched 3 whitespace errors
warning: 8 lines add whitespace errors.

index at:
100644 23584d02d6dc3efba3299f30c94838b02b9b061a	gnu/packages/patches/einstein-install.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.