mirror of
https://github.com/mirror/make.git
synced 2026-08-31 11:48:08 +08:00
Cleaned up some problems found with the tests running on a powerful
Solaris system with an EMC NFS storage solution. Still get some odd errors here unfortunately related to sub-second timestamps that I just can't figure out. It all works if we run the tests in /tmp instead though :-/.
This commit is contained in:
@@ -104,7 +104,7 @@ run_make_test('
|
||||
|
||||
.PRECIOUS: %.bar
|
||||
|
||||
%.bar:; @touch $@ && false
|
||||
%.bar:; @touch $@ && exit 1
|
||||
|
||||
$(dir)/foo.bar:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user