[hackers] [sbase] Update only the modified objects in util.a || sin
commit d1a1c42eb3446b82efe0c1cf1673a7a57891f386
Author: sin <sin_AT_2f30.org>
Date: Thu Oct 16 11:33:05 2014 +0100
Update only the modified objects in util.a
diff --git a/Makefile b/Makefile
index fee73f4..c848f42 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -128,7 +128,7 @@ cp.o mv.o rm.o: fs.h
util.a: $(LIB)
_AT_echo AR $@
- _AT_$(AR) -r -c $@ $(LIB)
+ _AT_$(AR) -r -c $@ $?
_AT_ranlib $@
install: all
Received on Thu Oct 16 2014 - 12:33:23 CEST
This archive was generated by hypermail 2.3.0
: Thu Oct 16 2014 - 12:36:13 CEST