diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T17·04+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-05-04T17·04+0000 |
commit | a9858c9f26c5be743e0bbe1949954f6bd2497306 (patch) | |
tree | 9ee029ebea9b1ce561eff31a3a6ccfa9b5f26ae5 /substitute.mk | |
parent | f044ccf7025137ec541e165e7988772f27080a23 (diff) |
* A test to verify that Nix executes build jobs in parallel, if
possible. This test fails right now because this hasn't been implemented right now. Yes, I'm doing Test-Driven Development! ;-)
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 848029a024cd..7d3f6d863c95 100644 --- a/substitute.mk +++ b/substitute.mk @@ -1,5 +1,6 @@ %: %.in Makefile sed \ + -e "s^@extra1\@^$(extra1)^g" \ -e "s^@prefix\@^$(prefix)^g" \ -e "s^@bindir\@^$(bindir)^g" \ -e "s^@sysconfdir\@^$(sysconfdir)^g" \ |