mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00: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 .config.cmd
|
||||||
include $(patsubst %,%/Makefile.in, $(DIRS))
|
include $(patsubst %,%/Makefile.in, $(DIRS))
|
||||||
|
|
||||||
busybox: .depend $(libraries-y)
|
busybox: .depend include/config.h $(libraries-y )
|
||||||
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
|
$(CC) $(LDFLAGS) -o $@ $(libraries-y) $(LIBRARIES)
|
||||||
$(STRIPCMD) $@
|
$(STRIPCMD) $@
|
||||||
|
|
||||||
busybox.links: applets/busybox.mkll
|
busybox.links: applets/busybox.mkll include/config.h
|
||||||
- $(SHELL) $^ >$@
|
- $(SHELL) $^ >$@
|
||||||
|
|
||||||
install: applets/install.sh busybox busybox.links
|
install: applets/install.sh busybox busybox.links
|
||||||
|
Loading…
Reference in New Issue
Block a user