[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Rebuilding archives
From: |
Magnus Fromreide |
Subject: |
Rebuilding archives |
Date: |
Mon, 24 Aug 2015 22:01:16 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hello.
It seems make-4 changed behaviour from make-3 when it comes to archive updates.
I have a source file, x.c.
I want it in a library so I type
make 'libx.a(x.o)'
and make happily builds it for me.
I then try to build it again and type
make 'libx.a(x.o)'
In this case make-3.82 tells me libx.a is up to date while make-4 rebuilds
the library just as if it wasn't present.
Is this an intentional change and if so, what is the rationale?
/MF
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Rebuilding archives,
Magnus Fromreide <=