mirror of
https://git.busybox.net/busybox.git
synced 2024-11-23 21:53:25 +08:00
Regenerate the busybox.links file when the .config changes
This commit is contained in:
parent
655d814d75
commit
b6071ea5cb
4
Makefile
4
Makefile
@ -39,11 +39,11 @@ all: busybox busybox.links #doc
|
||||
-include .config.cmd
|
||||
include $(patsubst %,%/Makefile.in, $(DIRS))
|
||||
|
||||
busybox: .depend $(libraries-y)
|
||||
busybox: .depend include/config.h $(libraries-y )
|
||||
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
|
||||
$(STRIPCMD) $@
|
||||
|
||||
busybox.links: applets/busybox.mkll
|
||||
busybox.links: applets/busybox.mkll include/config.h
|
||||
- $(SHELL) $^ >$@
|
||||
|
||||
install: applets/install.sh busybox busybox.links
|
||||
|
Loading…
Reference in New Issue
Block a user