[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH]: Continuing touching files after an error
From: |
Atte Peltomäki |
Subject: |
[PATCH]: Continuing touching files after an error |
Date: |
Wed, 7 Dec 2011 16:04:54 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hello,
here's a small fix for a corner case I happened to run into.
Scenario:
Run 'make -t' on an incomplete tree, where a dependency file and
the subdirectory it should be in, are completely missing. Make fails
and exits.
Problem:
Run 'make -t -k' to have make continue despite missing dependency.
Doesn't work, it still exits early.
Fix:
Patch attached.
--
Atte Peltomäki
address@hidden <> http://kameli.org
"Your effort to remain what you are is what limits you"
make-keep_going_touch-fix.diff
Description: Text Data
- [PATCH]: Continuing touching files after an error,
Atte Peltomäki <=