Modify ↓
Opened 12 years ago
Closed 12 years ago
#91 closed enhancement (fixed)
wishlist: Don't start every build from square one
Reported by: | stappers | Owned by: | amain |
---|---|---|---|
Priority: | minor | Milestone: | milestone: |
Component: | buildsystem | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description
When a build fails, shoud the next build attempt continue where the previous build failed.
Debwrt does the next build from square one, the beautifull concept of make is lost.
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by stappers
comment:2 Changed 12 years ago by stappers
- Priority changed from major to minor
comment:3 Changed 12 years ago by amain
There are several places with hopefully minor problems in dependencies. And some things can't be fixed. Could you elaborate on which situation you are referring to here?
comment:4 Changed 12 years ago by stappers
After a succesfull
make
in the toplevel directory, does the next
make
start with building Openwrt.
Expected behauvior would to get
make: `world' is up to date.
comment:5 Changed 12 years ago by amain
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Only a cross reference to #89