chiark
/
gitweb
/
~ian
/
subdirmk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90c854
)
tests/example: Correct filename for for-test.mk
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 11:00:39 +0000
(11:00 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 16:04:44 +0000
(16:04 +0000)
&^/ means "this source directory" so &^/lib/ in lib/ is nonsense and
produces lib/lib/. Also we didn't want the source directory:
anyway: config.status produces outputs in the build tree.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
example/lib/Subdir.sd.mk
patch
|
blob
|
history
diff --git
a/example/lib/Subdir.sd.mk
b/example/lib/Subdir.sd.mk
index c0fb23602efcc0ddb1d09b7337ad43edeecf7041..60b0b6e248517f93af57b77da444b724d289e40a 100644
(file)
--- a/
example/lib/Subdir.sd.mk
+++ b/
example/lib/Subdir.sd.mk
@@
-11,4
+11,4
@@
$(AR) rc $@ $^
# This is a hook for subdirmk's test suite.
--include &
^/lib/
for-test.mk
+-include &for-test.mk