mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-31 01:47:15 +03:00
[PATCH] remove archive file if we changed something
This commit is contained in:
parent
7c2aae11ff
commit
9aa0485c97
3
Makefile
3
Makefile
@ -252,14 +252,17 @@ else
|
||||
endif
|
||||
|
||||
udev.a: $(UDEV_OBJS)
|
||||
rm -f $@
|
||||
$(QUIET) $(AR) cq $@ $(UDEV_OBJS)
|
||||
$(QUIET) $(RANLIB) $@
|
||||
|
||||
libsysfs/sysfs.a: $(SYSFS_OBJS)
|
||||
rm -f $@
|
||||
$(QUIET) $(AR) cq $@ $(SYSFS_OBJS)
|
||||
$(QUIET) $(RANLIB) $@
|
||||
|
||||
klibc_fixups/klibc_fixups.a: $(KLIBC_FIXUP_OBJS)
|
||||
rm -f $@
|
||||
$(QUIET) $(AR) cq $@ $(KLIBC_FIXUP_OBJS)
|
||||
$(QUIET) $(RANLIB) $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user